body{
    background: url(https://files.catbox.moe/31e9tc.jpg);
    background-repeat: repeat;
    background-size: 200px;
    font-family: ms gothic, courier;
    font-size: 18px;
    color: #29DF69;
    background-color: black;
    min-height: 100%;
    overflow: hidden; cursor:url('https://files.catbox.moe/14wxqn.png'), auto;
}

a:hover {
cursor:url('https://files.catbox.moe/vfiwg7.png'), url('https://files.catbox.moe/14wxqn.png'), auto;
}

::-moz-selection {
  color: black;
  background: #29DF69;
}

::selection {
  color: black;
  background: #29DF69;
}

.main { 
    background: black;
    border: 3px double #29DF69;
    width: 700px;
    height: 500px;
    padding: 0px;
    margin: auto;
    overflow: auto;
    text-align: center;
    background-color: black;
    scrollbar-width: none; 
    -ms-overflow-style: none;
}

/* unvisited link */
a:link {
  color: #29DF69;
}

/* visited link */
a:visited {
  color: #80f8aa;
}

/* mouse over link */
a:hover {
  color: white;
}

/* selected link */
a:active {
  color: #80f8aa;
}