/* Contributor : Ankit Nainwal */
html {
    font-size: 11px;
    background: url('./images/venue.jpg') bottom center;
    background-size: cover;
  }

body,
html {
  margin: 20px;
  padding: 0;
  font-family: sans-serif;
}

.keys {
  display: flex;
  flex: 1;
  min-height: 90vh;
  align-items: center;
  justify-content: center;
}

.key {
  border: 4px solid black;
  border-radius: 5px;
  margin: 1rem;
  font-size: 1.5rem;
  padding: 1rem 0.5rem;
  transition: all 0.09s ease;
  width: 100rem;
  text-align: center;
  color: rgb(255, 213, 0);
  background: rgba(34, 67, 63, 0.4);
  text-shadow: 7px 6px 0.5rem black;
}

.playing {
  transform: scale(1.6);
  border-color: #5cd730;
  box-shadow: 0 0 10px #5efd08;
}

kbd {
  display: block;
  font-size: 40px;
}

.sound {
  font-size: 1.35rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: rgb(90, 230, 82);
}
