html {
    cursor: url('https://alienimpulses.neocities.org/index_assets/jackskellington%20cursor.webp'), auto;
        animation: fadeIn 4s forwards; /* Apply the animation */
}
@keyframes fadeIn {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }


body {
  background-color: black;
  background-image: url('https://neocities.org/site_thumbnails/35/94/pixieparadise/index_assets/grid.png.210x158.webp');
  background-size: 17%;
  background-position: 10px -100px;
    font-size: 21px;
    margin-top: 25px;
    text-align: center;
}




.pixelify-sans-<uniquifier> {
  font-family: "Pixelify Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.silkscreen-regular {
  font-family: "Silkscreen", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.silkscreen-bold {
  font-family: "Silkscreen", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.header {
 background-color: white;
 border: 3px solid darkblue;
 height: 530px;
 width: 800px;
 position: absolute;
 left: 25%;
 top: 10px;
}

.maincontent {
   background-color: white;
 border: 3px solid darkblue;
 height: 570px;
 width: 800px;
 position: absolute;
 left: 25%;
 top: 160px;
 margin-bottom: 20px;
}

#headerimg {
  background-color: lightgray;
  height: 420px;
  width: 790px;
  position: absolute;
  left: 5px;
 top: 5px;
}

#paradise {
  font-family: "Pixelify Sans", sans-serif;
  font-size: 16px;
  color: black;
  position: absolute;
  top: 200px;
  margin-left: 30px;
  margin-right: 340px;
  text-align: left;
}

#headerimage {
 height: 520px;
  width: 790px;
  
}











































