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

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

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

}

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

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

.reset{
  width: 210px;
  height: 80px;
  font-size: 3.6vw;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-weight: 900;
  border-radius: 20%;
}

@media screen and (max-width: 1105px) {
  .btn{
    height: 165px;
    width: 165px;
  }
}

.reset:hover{
  background-color: rgb(111, 111, 169);
}

.hdn{
  display:none;
}

.sequence{
  color: #0bc67f !important;
  font-size: 2.8vw !important;
}

.circle{
  position: relative;
  left: 60px;
  top: 60px;
  height: 60px;
  width: 60px;
  background-color: white;
  color: white;
  border-radius: 100%;
  
}
