#winretro95-screensaver {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: black;
  overflow: hidden;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: none;
}

#winretro95-logo {
  position: absolute;
  font-family: 'Courier New', monospace;
  font-size: 48px;
  color: #00a2ff;
  text-shadow: 2px 2px #ffffff40;
  user-select: none;
}
