body {
  text-align: center;
  background-image:url(Drummer.jpg);
  background-repeat: no-repeat;

}

h1 , .u{
  font-size: 5rem;
  color: #ff0000;
  font-family: 'Oswald', sans-serif;
  text-shadow: 7px 0 #070707;
  

}

footer {
  background-color: rgb(0, 0, 0);
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
  font-size: xx-large;
}

.w {
  background-image: url(./imagess/crash.jpg);

}

.a {
  background-image: url(./imagess/snare.jpg);
}

.s {
  background-image: url(./imagess/download.jpg);
}

.d {
  background-image: url(./imagess/snare.jpg);
}

.j {
  background-image: url(./imagess/tom\ 2.jpg);

}

.k {
  background-image: url(./imagess/tom3.jpg);

}

.l {
  background-image: url(./imagess/tom4\ .jpg);

}

.set {
  margin: 10% auto;
}

.game-over {
  background-color: rgb(255, 252, 252);
  opacity: 0.8;
}

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

.red {
  color: rgb(172, 17, 17);
}

.drum {
  outline: none;
  border: 2px solid #000000;
  font-size: 5rem;
  font-family: 'Oswald', sans-serif;
  line-height: 2;
  font-weight: 900;
  color:rgb(255, 0, 0);
  text-shadow: 5px 0 #000000;
  border-radius: 20%;
  display: inline-block;
  width: 150px;
  height: 150px;
  text-align: center;
  margin: 10px;
  background-color: white;

}

