#html, head, body {
  background-color: #000000;
  margin: 0px;
  padding: 0px;
  position: center;
  color: green;
  font-size: 10px;
}

#container {
  position: fixed;
  display: block;
  height: 100%;
  width: 90%;
  padding: 10px;
}

#animationBox {
  display: block;
  position: absolute;
  transition: background-color 0.10s ease;
  -webkit-transition: background-color 0.10s ease;
  -moz-transition: background-color 0.10s ease;
  -o-transition: background-color 0.10s ease;
  left: 3px;
  top: 3px;
  height: 20vh;
  width: 20vw;
}

#dvdLogo {
  -webkit-user-drag: none;
  user-select: none;
  pointer-events: none;
}