body {
  text-align: center;
  background-color: #0277bd;
}

/* html {
  touch-action: manipulation;
} */

#level-title {
  font-family: 'Press Start 2P', cursive;
  font-size: 3rem;
  margin: 5%;
  color: #FEF2BF;
  line-height: 1.5;
}

.title2 {
  font-family: 'Press Start 2P', cursive;
  font-size: 2rem;
  margin: 5%;
  color: #FEF2BF;
  line-height: 1.5;
}

.input {
  height: 50px;
  background-color: gray;
  font-size: 40px;
}

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

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

/* @media all and (max-width: 768px) {
  .btn {
    height: 1100px;
    width: 100px;
  }
} */

.start-btn {
  font-family: 'Press Start 2P', cursive;
  margin-top: 80px;
  height: 120px;
  font-size: 30px;
  
}

.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;
}



