html {
  font-size: 10px;
  background: url(https://i.imgur.com/b9r5sEL.jpg) bottom center;
  background-size: cover;
}

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

.head{
  color:white;
  text-align:center;
  vertical-align:middle;
}
.head h1{
  font-size:50px;
  background-color: rgba(256,256,256,0.8);
  color:black;
  border-radius:30px;
  padding:10px;
  box-shadow: 0 0 1rem #ffc600;
  width:400px;
  margin: 20px auto;
}
.head marquee{
  font-size:25px;
  background: rgba(0,0,0,0.8);
}

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

.key {
  border: .4rem solid black;
  border-radius: .5rem;
  margin: 0.5rem;
  font-size: 1.5rem;
  padding: 1rem .5rem;
  transition: all .07s ease;
  width: 10rem;
  text-align: center;
  color: white;
  background: rgba(0,0,0,0.6);
  text-shadow: 0 0 .5rem black;
}

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

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

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