@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');
body {
font-family: 'Press Start 2P', cursive;
background: url(https://roachbottle.neocities.org/everything/blog/circuit.jpg);
color: white;
font-size: 15px;
text-shadow: 2 2 5px black
    -1px -1px #000000, 1px 1px #000000, -1px 1px #000000, 1px -1px #000000;
text-align: center;
cursor: url(https://roachbottle.neocities.org/everything/blog/pchan.png), default !important;
}
@font-face { 
font-family: btseps2; 
src: url(btseps2.TTF); } 
a:hover {
    color: #019A01;
    cursor:url(https://roachbottle.neocities.org/everything/blog/pchanhelp.png), pointer;
}
h1 {
	font-family: 'Press Start 2P', cursive;
	font-size: 20px;
} 
a:link {
	text-decoration: underline;
	color: grey;
}
a:visited {
	color:  grey;
}
h1 {
	font-family: "btseps2";
	font-size: 30px;
	letter-spacing: 5px;
} 
.header {
	height: 20px;
background: linear-gradient(90deg,rgba(140, 142, 143, 1) 0%, rgba(84, 87, 85, 1) 50%, rgba(51, 51, 51, 1) 100%);
	width: 100%;
	
} 
nav{
  z-index: 99;
  background-color: rgba(0,0,0,0.75);
  position: relative;
  padding: 10px;
  height: 100%;
  width: 160px;
}

.navlink{
  background-color: white;
  display: block;
  padding: 5px;
  margin: 8px 5px 8px;
  color: white;
  background-color: black;
  text-align: center;
  border-style: solid;
  border-color: black;
  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;
}
.navlink:hover{ 
  border-style:solid;
  border-color:grey;
  background-color:black;
  color:grey;
  cursor:url(https://roachbottle.neocities.org/everything/blog/pchanhelp.png), pointer;}
.about { 

display: inline-block;
	width: 800px;
	color: white;
	transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    background: #262626;
    padding: 0 50px;
	top: 5%;
    left: 56%;
  border: outset 5px gray;
  box-shadow: 1px 1px 1px #000;
  border-collapse: separate;
  position: absolute;
  height: 650px;
  overflow-y: scroll;
} 
audio {
	width: 100%;
	height: 50px;
} 
[id] {
	display: none;
}
[id]:target {
  display:block;
}
@media only screen and (max-width: 768px) {
  /* For mobile phones: */
[class*="about"] {
  width: 80%;
  left: 100%;
} 
