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

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

}

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

.w {
  background-image: url(images/tom1.png);
  
  color: #DA0463;
}

.a {
background-image: url(images/tom2.png);

color: #DA0463;
}

.s {
background-image: url(images/tom3.png);

color: #DA0463;
}

.d {
background-image:url(images/tom4.png) ;

color: #DA0463;
}

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

color: #DA0463;
}

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

color: #DA0463;
}

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

color: #DA0463;
}

.set {
  margin: 10% auto 5%;
}

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

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

.red {
  color: red;
}

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

.autoplay{
  margin: 0% auto 5%;
  
}

.userInput{
  width: 250px;
  margin: 20px;
  border-radius: 30px;
  padding: 6px;
  border:5px solid black;
}

.autoplay-button{
  background: #307fb3;
  background-image: -webkit-linear-gradient(top, #307fb3, #2980b9);
  background-image: -moz-linear-gradient(top, #307fb3, #2980b9);
  background-image: -ms-linear-gradient(top, #307fb3, #2980b9);
  background-image: -o-linear-gradient(top, #307fb3, #2980b9);
  background-image: linear-gradient(to bottom, #307fb3, #2980b9);
  -webkit-border-radius: 21;
  -moz-border-radius: 21;
  border-radius: 21px;
  font-family: Arial;
  color: #e8e8e8;
  font-size: 24px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.autoplay-button:hover{
  background: #3cb0fd;
  text-decoration: none;
}
