body {
     background-color: black;
     float: none;
     color: white;
}
 a:link {
     text-decoration: none;
}
 a:visited {
     text-decoration: none;
}
 a:hover {
     text-decoration: underline;
}
 a:active {
     text-decoration: none;
}
 #fixed {
     border: 1px solid white;
     transform: rotate(45deg);
     position:fixed;
     width:60px;
     height:60px;
     background:#111111;
     right:35px;
     top:35px;
     opacity:0.5;
}
 header{
     position: relative ;
     font-size:300%;
     font-family: 'Cutive Mono', monospace;
     writing-mode: vertical-rl;
     margin-top:-63%;
     padding:5%;
     border: 1px solid white;
     margin-bottom: -10%;
}

.sparse{
     margin-top: 40%;
     margin-bottom: 60%;
}
 #last {
     margin-bottom: 30%;
}
 img{
     width:50%;
}
 .Weird {
     font-family: 'Cutive Mono', monospace;
     font-size:200%;
     margin:35% 5% 65% 5%;
}
 #left {
     text-align: left;
}
 #right{
     text-align: right;
     font-size: 700%;
     text-shadow: -4px 0 40px #660000;
}
 .net{
     text-align:center;
     box-shadow: 7px 7px 70px #2e3033;
     border: solid 1px;
     width:30%;
     background-color: black;
     margin-top:-30%;
     border-color:#b8bcc4;
     padding: 10%;
     font-size:120%;
     font-family: 'Questrial', sans-serif;
     color: white;
     text-shadow: 0 0 10px black;
     z-index: 2;
     opacity: 0.95;
     position:relative;
     transform: rotate(-2deg);
}
 .footer{
     font-size: 580%;
     text-align: center;
     font-family: 'Major Mono Display', monospace;
     margin-bottom: 16%;
}
 .end{
     margin-bottom:15%;
     padding:0;
     margin-top:-10%;
     opacity:0.4;
}
 #first{
     margin-top:-32.5%;
     opacity:1;
}
 footer{
     font-size: 80%;
     text-align:right;
     font-family: "Courier", monospace;
     border-color:white;
     border-top: solid 1px;
     margin: 22% 5% -10% 5%;
     padding: 0.3% 0 0 0;
}
 