* {
	margin: 0;
	padding: 0;
}

html {
  background: url(skyln.gif) no-repeat center center fixed;
  background-size: cover;
  overflow: hidden;
}

#current-track {
  color: white;
  font-family: helvetica;
  padding: 1rem;
}

audio {
  width: 100vw;
  position: fixed;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 600px) {
  #current-track {
    text-align: center;
  }
}