body {
  background: #ffffff;
  color: #000000;
  font-family: sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin: 0;
  font-size: 15px;
}

video {
  width: 500px;
  max-width: 70%;
  height: auto;
}

#meta-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.75em;
  width: 500px;
  max-width: 70%;
  font-size: 0.9em;
  opacity: 0.8;
  padding: 0 0.5em;
}

#sound-toggle {
  cursor: pointer;
  color: #000000;
  text-decoration: underline;
}

#sound-toggle:hover {
  color: #1e1e1e;
}
