body {
  background-color: #4682b4;
}
h1 {
  font-size: 7rem;
  color: #ffefd5;
  font-family: "Arvo", cursive;
  text-shadow: 3px 0 #da0463;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}
footer {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 60px;
  margin-top: 140px;
  margin-bottom: 50px;
  margin-left: 50px;
  font-family: "Barriecito", system-ui;
  font-weight: 400;
  font-style: normal;
  color: #f0fff0;
  text-shadow: 4px 0 #800000;
}

.btns {
  text-align: center;
  justify-content: center;
  margin-top: 100px;
}
.drums {
  height: 170px;
  width: 170px;
  object-fit: cover;
  display: inline-block;
  font-size: 6rem;
  font-family: "Barriecito", system-ui;
  font-weight: 400;
  font-style: normal;
  color: #da0463;
  text-shadow: 3px 0 black;
  line-height: 2;
  border: 10px solid #404b69;
  border-radius: 15px;
  margin: 12px;
  background-color: white;
}
.pressed {
  box-shadow: 0 3px 4px 0 #404b69;
  opacity: 0.8;
} 

.w {
  background-image: url(images/crash.png);
}
.a {
  background-image: url(images/kick.png);
}
.s {
  background-image: url(images/snare.png);
}
.d {
  background-image: url(images/tom1.png);
}
.j {
  background-image: url(images/tom2.png);
}
.k {
  background-image: url(images/tom3.png);
}
.l {
  background-image: url(images/tom4.png);
}