@charset "UTF-8";

html {
  background-color: black;
}
body {
  background-color: black;
  margin: 0;
  padding: 0;
}
#watch {
  margin: 0 auto;
  width: 50%;
}
#debug {
  position: absolute;
  color: white;
}
#fullscreen {
  position: absolute;
  bottom: 8px;
  left: 8px;
  cursor: pointer;
}
@media all and (display-mode: standalone) {
  #fullscreen {
    display: none;
  }
}
