html, body {
  /*background: black;*/
  background-image: url(https://lilithdev.neocities.org/shrine/vg/nso/img/fallenangel_lod.png);
  background-size: cover;
  background-position: center;
  image-rendering: pixelated;
  height: 100%;
  margin: 0;
}

#main-image {
  display:absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  /*object-fit: cover;
  background:transparent;*/
  background-image: url(https://lilithdev.neocities.org/shrine/vg/nso/img/fallenangel.png);
  background-size: cover;
  background-position: center;
  image-rendering: pixelated;
}

.d-none {
  display: none !important;  
}