html,
body {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

body {
  background: #000000;
}

#setup {
  height: 100vh;
  width: 100vw;
  background: url("/splash.png") center center no-repeat;
  background-size: cover;
}

#setup-info {
  color: white;
  padding: 20px;
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  bottom: 0;
  right: 0;
}

#setup-tag {
  font-size: 60px;
  font-weight: 500;
}

#setup-info .version {
  font-size: 16px;
  font-weight: 400;
}

.play-item {
  width: 100%;
  height: 100%;
  border: none;
  object-fit: cover;
}

iframe.play-item {
  overflow: hidden;
}

video.play-item {
}

#log {
  display: none;
  position: absolute;
  height: 300px;
  width: 100vw;
  left: 0;
  bottom: 0;
  right: 0;
  color: white;
  z-index: 10;
  background-color: black;
}

#log span {
  display: block;
}

#program {
  position: relative;
  width: 100%;
  height: 100vh;
}

.section {
  position: absolute;
}
