
body {
  background-image: url("https://file.garden/al52q4AL31MEr8Oc/deltawallpaper3.png"); 
  color: white;
  font-family: 'Renogare-Regular', '8bitoperator_jve', 'the-garden-of-hopes-and-dreams';  
  overflow-y: scroll; 
  background-attachment: fixed;
  image-rendering: pixelated;
	-ms-interpolation-mode: nearest-neighbor;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
  
}