@font-face {
    font-family: pencil;
    src: url("pencil.ttf");
}


body {
    background-image: url(https://sadhost.neocities.org/images/tiles/skulls1.gif);
    font-family:pencil;
    min-height: 100vh; 
    cursor: url("Normal-Select.cur"), auto !important;
    padding: 20px;
}

.sidebar {
    width: 17%;
    height: 70%;
    position: absolute;
    overflow-y: auto;
    top: 15%;
    left: 4%;
    border: 1px solid red;
    background-color: black;
    background-repeat: repeat;
    text-align: center;
   
}




.rightbar {
    width: 17%;
    height: 100%;
    position: fixed;
    overflow-y: auto;
    top: 0;
    right: 0;
    border: 1px solid red;
    background-color: black;
    background-repeat: repeat;
    text-align: center;
    color:aliceblue;
   
}

h1 {
    color:aliceblue;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
}

.header {
    margin-top: 10px;
    margin-left: 10px;
    text-align: center;

}

.nav {
background: linear-gradient(180deg,rgba(0, 128, 0, 0.514),#000);
border: 1px solid lime;
font-size: 30px;
color: rgba(245, 245, 245, 0.829);
font-family: pencil;
height: 50px;
border: 2px;
width: 230px;
text-align: left;
margin-bottom: 4px;
}
.sidebtn:hover{
    opacity: 0.5;
}




#webmaster {
height: 290;
width: 240px;
border-radius: 6px;
margin-top: 10px;
margin-left: 25px;
padding: 0px;
font-size: 15px;
line-height: 15px;
font-family: pencil;
  border: 1px solid lime;

background-size: 60%;
        background-blend-mode: darken;
  background-color: rgba(0,0,0,0.0);
}



.content {
  border: 1px solid red;
border-radius: 6px;
background-color:rgba(0, 0, 0, 0.932);
width: 900px;
margin-left: 520px;
overflow-y:auto;
text-align: left;
height: 600px;
color: rgba(245, 245, 245, 0.829);
padding: 15px;
font-size: 25px;
font-family:"pencil";


}

.stats {
  border: 1px solid red;
border-radius: 6px;
background-color:rgba(0, 0, 0, 0.932);
width: 290px;
margin-left: 80%;
margin-top: -30%;
overflow-y:auto;
text-align: left;
height: 350px;

color: rgba(245, 245, 245, 0.829);
padding: 15px;
font-size: 25px;
font-family:"pencil";

}

