html {
  font-size: 10px;
  background: url('./bg.jpg') bottom center;
  background-size: cover;
}

body,html {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

.keys {
  display: flex;
  flex: 1;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
}

.key {
  border: .2rem solid #AA7349;
  border-radius: 1.5rem;
  box-shadow: 0 0 1rem #4A2C2E;
  margin: 1rem;
  font-size: 2rem;
  padding: 1rem .5rem;
  transition: all .07s ease;
  width: 9rem;
  text-align: center;
  color: silver;
  background: rgba(0,0,0,0.4);
  text-shadow: 0 0 .6rem black;
}

.playing {
  transform: scale(1.2);
  border-color: #FDDAAC;
  box-shadow: 0 0 1rem #ffc600;
}

kbd {
  display: block;
  font-size: 4rem;
}

.sound {
  font-size: 1.0rem;
  text-transform: uppercase;
  letter-spacing: .1rem;
  color: #ffc600;
}
