body {
  text-align: center;
  background-color: #283149;
  display: grid;
  place-items: center;
  height: 80vh;
  margin: 0;
}

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

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

.w {
  background-image: url("../img/drumKit/crash.png");
}

.a {
  background-image: url("../img/drumKit/tom1.png");
}

.s {
  background-image: url("../img/drumKit/snare.png");
}

.d {
  background-image: url("../img/drumKit/tom3.png");
}

.j {
  background-image: url("../img/drumKit/tom2.png");
}

.k {
  background-image: url("../img/drumKit/kick.png");
}

.l {
  background-image: url("../img/drumKit/tom4.png");
}

.set {
  margin: 10% auto;
}

#play {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#sound-container,
#input-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 50px;
}

#sound,
#test {
  margin-bottom: 20px;
}

#test {
  font-size: 1.2rem;
}

#guess,
#submit {
  margin: 0 30px;
  font-size: 2rem;
  padding: 10px 20px;
  width: 200px;
}

#result {
  font-size: 2rem;
  margin-top: 20px;
  background-color: yellow;
}

button {
  background-color: wheat;
  border: 10px solid red;
  cursor: pointer;
  font-size: 2rem;
  margin: 100px;
  font-family: "Arvo", cursive;
  color: black;
}

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

.red {
  color: red;
}

.drum {
  outline: none;
  border: 10px 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;
}

label {
  font-size: 1.2rem;
  color: #dbedf3;
  font-family: "Arvo", cursive;
}

#sound-count {
  font-size: 1.2rem;
  padding: 5px;
  width: 120px;
  border-radius: 5px;
  border: 2px solid #4ecca3;
  background-color: #393e46;
  color: #eeeeee;
  font-family: "Arvo", cursive;
  margin-top: 20px;
}
