
body {
background-image: url('https://visualite.neocities.org/graphics/bg.jpg');
background-attachment: fixed;
background-repeat: repeat;

overflow: hidden;
height: 100%;

image-rendering: pixelated;
}

  a {
    text-decoration: none;
  }

/* highlights */
a {
  color: #79defc;
}
textarea:focus {
  outline: none;
}
/* highlights */


/* cursors */
html, body {
cursor: url(https://visualite.neocities.org/images/cursor.webp), auto !important;
}

a:hover {
    cursor: url(https://visualite.neocities.org/images/cursor.webp), auto !important;
}
input, textarea {
    cursor: url(https://visualite.neocities.org/images/cursor.webp), auto !important;
}

::selection {
  background-color: #9ce9ff;
  color: #FFFFFF;
}
/* cursors */

.Mdiv {
overflow: scroll;
border-radius: 0px;
border: 6px solid #ff7ad5;
background-color: #FFFFFF;
width: 900px;
height: 500px;
position: absolute;
top: 50px;
left: 220px;
-ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
}

.homediv {
width: 110px;
height: 25px;
position: absolute;
top: 537px;
left: 228px;
}

.glassdiv {
width: 10000px;
height: 10000px;
position: absolute;
top: 0px;
left: 0px;
}