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

h1 {
  font-size: 5rem;
  color: #dbedf3;
  font-family: 'Arvo', cursive;
  text-shadow: 3px 0 20px #da0463;
}

p {
  font-size: 1rem;
  color: #dbedf3;
  font-family: sans-serif;
  background-color: #404b69;
  /* border: 3px solid #da0463; */
  box-shadow: 0px 0px 20px #da0463;
  border-radius: 15px;
  width: fit-content;
  margin: 1rem auto 0;
  padding: 1rem;
}

i {
  background-color: #da0463;
}

footer {
  margin-top: 0;
  color: #dbedf3;
  font-family: sans-serif;
  text-shadow: 0px 0px 20px #da0463;
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: 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/crash.png);
}

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

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

.set {
  margin: 0 auto;
  margin-top: 10%;
}

.game-over {
  background-color: red;
  opacity: 0.8;
}

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

.red {
  color: red;
}

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

@media (max-width: 720px) {
  footer {
    display: none;
  }
}
