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

h1 {
  font-size: 5rem;
  color: #DBEDF3;
  font-family: "Arvo";
  text-shadow: 3px 0 #DA0463;

}

footer {
  color: #DBEDF3;
  font-family: "Righteous";
}

.w {
background: url("images/crash.png");
}

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

.c {
background: url("images/snare.png");
}

.h {
background: url("images/tom3.png");
}

.n {
background: url("images/tom1.png");
}

.l {
background: url("images/tom2.png");
}

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


.set {
  margin: 10% auto;
}

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

.pressed {
  box-shadow: 0 11px 12px 0 #cc0e74;
  opacity: 0.7;
  box-sizing: 100px;
}

.red {
  color: red;
}

.drum {
  outline: none;
  border: 10px solid #404B69;
  font-size: 3.7rem;
  font-family: 'Arvo';
  line-height: 2;
  font-weight: 1000;
  color: #312c51;
  text-shadow: 3px 0 #DBEDF3;
  border-radius: 15px;
  display: inline-block;
  width: 130px;
  height: 130px;
  text-align: center;
  margin: 10px;
  background-color: white;
}
