body {
  text-align: center;
  background-color: #011f3f;
}

#score-title {
  font-family: "Press Start 2P", cursive;
  font-size: 2.2rem;
  margin: 0 auto;
  color: #fef2bf;
  width: 70%;
  line-height: 1.2;
  cursor: pointer;
}

#high-score {
  font-family: "Press Start 2P", cursive;
  font-size: 1.5rem;
  color: #FFD700
}

.container {
  display: block;
  width: 50%;
  margin: auto;
}

.btn {
  margin: 25px;
  display: inline-block;
  height: 190px;
  width: 190px;
  border: 10px solid black;
  border-radius: 20%;
  cursor: pointer;
}

.game-over {
  background-color: red;
  opacity: 0.8;
}

.red {
  background-color: red;
}

.green {
  background-color: green;
}

.blue {
  background-color: blue;
}

.yellow {
  background-color: yellow;
}

.pressed {
  box-shadow: 0 0 20px white;
  background-color: grey;
}
