body {
  text-align: center;
  background-color: #34495e; /* Darker blue-grey */
}

h1 {
  font-size: 5rem;
  color: #ecf0f1; /* Off-white */
  font-family: "Montserrat", sans-serif; /* New font */
  text-shadow: 3px 0 #e74c3c; /* Red-orange */

}

footer {
  color: #bdc3c7; /* Light grey */
  font-family: sans-serif;
}

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

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

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

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

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

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

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

.set {
  margin: 10% auto;
}

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

.pressed {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3); /* Darker, more subtle shadow */
  opacity: 0.7; /* Slightly less opaque */
}

.red {
  color: red;
}

.drum {
  outline: none;
  border: 7px solid #95a5a6; /* Lighter grey border */
  font-size: 5rem;
  font-family: 'Montserrat', sans-serif; /* New font */
  line-height: 2;
  font-weight: 900;
  color: #2c3e50; /* Dark blue-grey */
  text-shadow: 2px 0 #ecf0f1; /* Off-white text shadow */
  border-radius: 10px; /* Slightly less rounded */
  display: inline-block;
  width: 150px;
  height: 150px;
  text-align: center;
  margin: 10px;
  background-color: #ecf0f1; /* Off-white background */
}
