body {
  text-align: center;
  background-color: #0d0d0d;
  min-width: 350px;
}

#level-title {
  color: white;
  font-family: 'Cairo Play', cursive;
  font-weight:700;
  font-size: 3.6rem;
  text-align: center;
  word-spacing: 5pt;
  align-items: center;
  justify-content: center;
  align-self: center;
  margin: auto;
  line-height: 5rem;
  padding-top: 10px;
  
}
.level-subtitle{
  color: white;
  font-family: 'Cairo Play', cursive;
  font-weight:700;
  font-size: 3rem;
  text-align: center;
  word-spacing: 5pt;
  align-items: center;
  justify-content: center;
  align-self: center;
  margin: auto;
  line-height: 7rem;
}
.container {
  display: block;
  width: 50%;
  margin: auto;

}
.row{
  display: block;
}
.bton {
  margin: 5px;
  display: inline-block;
  height: 200px;
  width: 200px;
  border: 5px solid black;
  border-radius: 20%;
}
.startbtn{
  
  height: 80px;
  width: 80px;
  font-size: 1rem;
  border-radius: 50%;
  text-align: center;
  background-color: rgb(84, 218, 255);
  color: #0d0d0d;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
/*.allbuttons{
 
  position: absolute;
 
  top: 30%;
}*/
.help{
  
  display: none;
  position: absolute;
  right: 10%;
  top: 40%;
  background-image: linear-gradient(#031323,antiquewhite,antiquewhite,antiquewhite,antiquewhite,antiquewhite,antiquewhite, antiquewhite,#031323);
  color: rgb(31, 31, 30);
  padding: 1.5rem;
  width: 20%;
  /*border:solid rgb(0, 0, 0) 5px;*/
  text-align: justify;
  font-weight: 100;
  font-family: 'Titillium Web', sans-serif;
}
h3{
  font-size: 1.2rem;
}
.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;
}
.copyright{
  margin: 1%;
  color: rgba(245, 245, 220, 0.448);
  font-size: 70%;
}
@media (max-width: 1300px){
    
  .help{
    display: block;
    position:static;
    margin: auto;
    margin-top: 7%;
    height: 30%;
    width: 50%;
  }
  #level-title {
    
    font-size: 7rem;
    margin:  5%;
    color: #FEF2BF;
  }
  .bton {
    
    height: 300px;
    width: 300px;
   
  }
  .startbtn{
    height: 150px;
    width: 150px;
    font-size: 2rem;
    border-radius: 50%;
    text-align: center;
    background-color: rgb(84, 218, 255);
    color: #0d0d0d;
    font-family: 'Poppins', sans-serif;
    font-weight: 500
    
  }
  .help{
  
    
    right: 10%;
    top: 40%;
    
    width: 60%;
    
  }
  h3{
    font-size: 2.5rem;
  }
  
    
  
}
#myBtn{
  background-color: rgb(255, 247, 236);
  color: #0d0d0d;
  border-color: white;
  font-family: 'Poppins';
  font-weight: 500;
  border-radius: 5%;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 50%; /* Could be more or less, depending on screen size */
  height: 50%
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
