body {
  margin: 0;
  background: black;
  overflow: hidden;
}

/* Hide all text, links, and general elements */
* {
  color: black !important;
  background-color: black !important;
  border-color: black !important;
}

/* Hide images completely */
img {
  opacity: 0;
}