html {
  font-size: 16px;
  position: relative;
  min-height: 100%;
}

body {
  background-color: #05362C;
  padding-top: 100px;
  padding-top: 30vh;
}

main {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
}

.container {
  width: 250px;
}

button {
  border: none;
  color: white;
  background-color:#B12123;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  width: 100%;
}

#controls {
  display: flex;
  justify-content: center;
  padding-top: 0.75rem;
}

#volume {
  display: flex;
  justify-content: center;
  padding-top: 0.75rem;
}

#volume > * {
  padding-right: 1rem;
}