body, html {
  width: 100%;
  height: 100%;
  background-color: #000;
  overflow: hidden;
}

#dvd-logo {
  position: absolute;
  width: 160px;
  height: 90px;
  user-select: none;
  pointer-events: none;
}

#dvd-logo img {
  width: 160px;
  height: 90px;
  object-fit: contain;
  user-select: none;
  pointer-events: none;
  filter: invert(45%) sepia(90%) saturate(600%) brightness(100%);
}

