body {
  text-align: center;  
  background: #b49f9f url("../images/bg.jpg") ;
  /* background-image: url("../images/bg.jpg"); */
}

h1 {
  font-size: 5rem;
  color: #eef3f4;
  font-family: "Arvo", cursive;
  text-shadow: 3px 0 #7f3756;

} 

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

.set {
  margin: 10% auto;
}

.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: 8px 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;
  background-color: white;
}
footer{
    margin-top: -180px;
    text-align: right;
    font-size: 20px;
}
