@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #2a0045; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #190029; 
}
body {
	background: url(https://roachbottle.neocities.org/everything/newstuff/general/purpleweb.gif);
	font-family: "VT323", monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  cursor: url(https://roachbottle.neocities.org/everything/newstuff/general/ribbon.png), default !important;
} 
nav{
	z-index: 99;
  background: url(https://roachbottle.neocities.org/everything/newstuff/general/dta.gif);
  background-color: #0d0c36;
  border-style: outset;
  border-color: #9897cf;
  position: relative;
  padding: 10px;
  height: 100%;
  width: 160px;
  
}
a:hover {
	cursor:url(https://roachbottle.neocities.org/everything/newstuff/general/ribbonhelp.png), pointer;
}
.navlink{
  display: block;
  padding: 5px;
  margin: 8px 5px 8px;
  color: black;
  text-align: center;
  border-style: outset;
  border-color: #9897cf;
  overflow: hidden;
  text-decoration: underline;
  -moz-transition: all 1s linear;
        -ms-transition: all 1s linear;
        -o-transition: all 1s linear;
        transition: all 1s linear;
		text-align: center;
		background-color: rgba(255,255,255, 0.9);

}
.navlink:hover{ 
border-style:outlet;
  border-color:#9897cf;
  background-color:transparent;
  color:#9897cf;
  cursor:url(https://roachbottle.neocities.org/everything/newstuff/general/ribbonhelp.png), pointer;
} 
.content {
	transform: translate(30%, 0);
    -webkit-transform: translate(20%, 0);
	overflow-y: scroll;
color: white;
font-size: 30px;
  display: inline-block;
	width: 900px;
	height: 600px;
top: 10%;
text-align: center;
left: 20%;
    background-color: black;
    padding: 0 50px;

	border-width: 5px;
  border-spacing: 2px;
  border-style: outset;
  border-color: #7776b0;
  border-collapse: separate;
  position: absolute;
  padding: 10px;
} 