body {
  text-align: center;
  background-color: #5a9cb5;
}

h1 {
  font-size: 5rem;
  color: #face68;
  font-family: "Arvo", cursive;
  text-shadow: 3px 0 #b06e19;

}

footer {
  color: #face68;
  font-family: sans-serif;
  text-shadow: 1px 0 #b06e19;
  font-size: 0.9rem;
  font-style: italic;
  margin: 40px auto;
}

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

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

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

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

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

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

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

.set {
  margin: 5% auto;
}

.drum:hover {
  filter: brightness(1.05);
}

.pressed {
  transform: translateY(6px);
  box-shadow:
    0 3px 0 #f3dbde,
    0 6px 12px rgba(0, 0, 0, 0.35);
  opacity: 0.75;
}

.drum {
  outline: none;
  border: 10px solid #fa6868;
  font-size: 5rem;
  font-family: "Arvo", cursive;
  line-height: 2;
  font-weight: 900;
  color: #faac68;
  text-shadow: 3px 0 #dbedf3;
  border-radius: 15px;
  display: inline-block;
  width: 150px;
  height: 150px;
  text-align: center;
  margin: 10px;
  background-color: white;

  box-shadow:
    0 8px 0 #f29797,
    0 15px 25px rgba(7, 8, 8, 0.35);

  transition:
    transform 0.08s ease,
    box-shadow 0.08s ease,
    filter 0.15s ease;
}

@media (max-width: 990px) {
  h1 {
    font-size: 3rem;
  }

  .kit-image{
    width: 150px;
  }
  .drum {
    width: 130px;
    height: 130px;
    font-size: 3rem;
  }
}
