html {
  cursor: url("graphics/cursor.png"),default;
}

body {
  margin:0;
  background-color:black;
  color:white;
  font-family:'Courier New',monospace;
}

main {
  background-color:black;
  flex:1;
  padding:20px;
}

#main {
  z-index:4;
  position:absolute;
  width:47%;
  height:80%;
  margin-left:19.1%;
  margin-top:13.8%;
}

#loading {
  z-index:3;
  position:absolute;
  width:47%;
  height:80%;
  margin-left:19.1%;
  margin-top:13.8%;
}

#pc {
  z-index:2;
  position:absolute;
}

#power {
  z-index:4;
  position:absolute;
  margin-left:58.3%;
  margin-top:54.5%;
  width:3.3%;
  height:5.5%;
  opacity:0;
  cursor: url("graphics//pointer.png"),pointer;
}

a:link {
  color:lime;
  text-decoration:underline;
  cursor: url("graphics/pointer.png"),pointer;
}

a:visited {
  color:lime;
  text-decoration:underline;
  font-style:italic;
  cursor: url("graphics/pointer.png"),pointer;
}

a:hover {
  color:white;
  text-decoration-line:line-through;
  cursor: url("graphics/pointer.png"),pointer;
}

a:active {
  color:black;
  background-color:lime;
  text-decoration:none;
  cursor: url("graphics/pointer.png"),pointer;
}

@media only screen and (max-width: 800px) {
  #main {
    height:24%;
  }
  
  #loading {
    height:24%;
  }
  
  #power {
    height:1.6%;
  }
}

::-webkit-scrollbar {
  width:auto;
  color:black;
}

::-webkit-scrollbar {
  width:16px;
}

::-webkit-scrollbar-track {
  background:black;
}

::-webkit-scrollbar-thumb {
  background:black;
  border-radius:10px;
  border:3px solid black;
}

.outlink:after {
content:url(https://foggybear42-archive.neocities.org/v2/images/outlink.png);
padding-left:3px;
vertical-align:top;
}

.outlink:hover::after {
content:url(https://foggybear42-archive.neocities.org/v2/images/outlinkexample.png);
padding-left:3px;
vertical-align:top;
}