body {
  text-align: center;
  margin: 0px;
  background-color: #1F4068;
}

.how_to_use_btn{
  height: 3rem;
  width: 10rem;
  border-radius: 12px;
  background-color: #0876ad;
  float: right;
  border: 2px solid white;
  margin: 2rem;
  color: white;
  font-size: 1rem;
  font-weight: 600;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

.how_to_use_btn:hover{
  background-color: #0d9ad2;
  box-shadow: 0 4px 4px rgba(10,158,232,0.5);
}

h1 {
  display: inline-block;
  margin-top: 10vh;
  font-size: 5rem;
  color: #EAF6FF;
  font-family: "Arvo", cursive;
  text-shadow: 3px 0 #1E90FF;
}

.title{
  margin-left: 13%;
}

.logo{
  height: 8rem;
  width: 13rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

h2{
  color: #EAF6FF;
  font-family: "Arvo", cursive;
  font-size: 2rem;
  margin-top: -2rem;
  text-shadow: 3px 0 #1E90FF;
}

.w {
  background-image: url("./images/tom1.jpg");
}

.a {
  background-image: url("./images/tom2.jpg");

}

.s {
  background-image: url("./images/tom3.png");

}

.d {
  background-image: url("./images/tom4.jpg");

}

.h{
  background-image: url("images/tambourtine.png");
}


.f {
  background-image: url("./images/snare.png");

}

.g {
  background-image: url("./images/kick.png");
}

.j {
  background-image: url("./images/crash.png");
}

.k{
  background-image: url("./images/open.png");
}

.l{
  background-image: url("./images/closed.jpg");
}

.w,.a,.s,.d,.f,.g,.h,.k, .l {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.s,.d,.f{
      background-position: center 1%;
}

.set {
  margin: 2% auto 2% auto;
}

.pressed {
  box-shadow: 0 3px 4px 0 #DBEDF3;
  opacity: 0.5;
}

.drum {
  outline: none;
  border: 10px solid #404B69;
  font-size: 5rem;
  font-family: 'Arvo', cursive;
  font-weight: 900;
  color: #0a9ee8;
  text-shadow: 3px 0 #DBEDF3;
  border-radius: 15px;
  width: 150px;
  height: 150px;
  text-align: center;
  margin: 10px;
  background-color: white;
}

.simon_btn {
  height: 3.5rem;
  width: 16rem;
  border-radius: 12px;
  background-color: #0A9EE8;
  border: 2px solid white;
  color: white;
  font-size: 1rem;
  font-weight: 600;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

.simon_btn:hover {
  background-color: #0d9ad2;
  box-shadow: 0 4px 4px rgba(10,158,232,0.5);
}

@media (max-width: 790px) {

  body{
    padding-top: 1.5rem;
  }

  h1 {
    font-size: 2rem;
    margin-top: -1rem;
  }

  .title{
    margin: 0 auto;
  }

  .logo {
    width: 4.5rem;
    height: 3rem;
  }

  h2 {
    font-size: 1.2rem;
    margin-top: -0.5rem;
    text-shadow: 1.8px 0 #1E90FF;
  }

  .how_to_use_btn {
    float: none;
    display: block;
    width: 5rem;
    height: 2.3rem;
    font-size: .7rem;
    margin-top: .1rem;
    margin-left: 75%;
    margin-bottom: -.1px;
  }

  .set {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 1rem;
    margin: 1.5rem auto;
  }

  .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    flex-direction: column;
  }

  .drum {
    width:110px;
    height: 75px;
    font-size: 2rem;
    border: 5px solid #404B69;
    border-radius: 10px;
    margin: 5px;
  }

  .w,.a,.g,.k  {
  background-size: 75%;
  }

  .f,.s,.d {
    background-position: center 1%;
    background-size: 70%;
  }

  .simon_btn {
    width: 14.5rem;
    height: 3rem;
    font-size: 1rem;
    margin: 1rem auto;
    display: block;
  }
}

@media (min-width: 791px) and (max-width: 1200px) {

    body{
    padding-top: 1.5rem;
  }
  
  h1 {
    font-size: 3.5rem;
    margin-top: 1rem;
  }

  .title{
    margin-left: 18%;
  }

  .logo {
    width: 9rem;
    height: 7rem;
    margin: 0.5rem auto;
    display: inline-block;
  }

  h2 {
    font-size: 1.5rem;
    margin-top: -1rem;
  }

  .how_to_use_btn {
    width: 6rem;
    height: 3rem;
    font-size: .8rem;
    margin-top: 2rem;
    margin-right: 2rem;
    display: block;
  }

  .set {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem 1.5rem;
    max-width: 800px;
    margin: 2rem auto;
  }

  .row {
    display: contents;
  }

  .drum {
    width: 120px;
    height: 120px;
    font-size: 3rem;
    border: 8px solid #404B69;
    border-radius: 12px;
    line-height: 1.6;
    margin: 8px;
  }

  .simon_btn {
    width: 15rem;
    height: 3.2rem;
    font-size: 1.1rem;
    margin: 1.5rem auto;
    display: block;
  }
}
