body {
  text-align: center;
  background-color: rgb(5, 5, 79);
}

h1 {
  font-size: 4rem;
  font-family: 'Arvo', cursive;
  line-height: 2;
  font-weight: 900;
  color: #4d5bc0;
  text-shadow: 3px 0 #DBEDF3;
}

footer {
  color: #DBEDF3;
  font-family: sans-serif;
}

.w {
background-image: url(./images/tom1.png);
position: relative;
bottom: 99px;
left: 65px;
}

.a {
background-image: url(./images/tom2.png);
position: relative;
bottom: 99px;
right: 80px;

}

.s {
background-image: url(./images/tom3.png);
position: relative;
top: 100px;
right: 353px;
}

.j {
background-image: url(./images/crash.png);
position: relative;
right: 80px;
bottom:60px;

}

.k {
background-image: url(./images/kick.png);
position: relative;
top: 60px;
right: 5px;


}

.l {
background-image: url(./images/snare.png);
position: relative;
top: 100px;
left: 167px;

}

.i {
background-image: url(./images/hihat.jpg);
position: relative;
bottom: 60px;
left: 240px;

}
.set {
  margin: 10% auto;
}

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

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

.red {
  color: red;
}

.drum {
  outline: none;
  border: 10px solid #a4a8a8;
  font-size: 5rem;
  font-family: 'Arvo', cursive;
  line-height: 2;
  font-weight: 900;
  color: #4d5bc0;
  text-shadow: 3px 0 #DBEDF3;
  border-radius: 50px;
  flex-wrap: wrap;
  justify-content: center;
  width: 150px;
  height: 150px;
  text-align: center;
  margin: 10px;
  background-color: white;
}
