@font-face {
    font-family: '04b08';
    font-weight: normal;
    src: url(/fonts/04B_08__.TTF);
    font-smooth: none;
    -webkit-font-smoothing: none;
}

@font-face {
    font-family: 'supersim';
    font-weight: normal;
    src: url(/fonts/SUPERSIM.TTF);
    font-smooth: none;
    -webkit-font-smoothing: none;
}

@font-face {
    font-family: 'gaupopmagic';
    font-weight: normal;
    src: url(/fonts/GAU_pop_magic.TTF);
    font-smooth: none;
    -webkit-font-smoothing: none;
}


body{
    background-image: url("/background.png");
    background-attachment: fixed;
    background-size: 100%;
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 70%;
    color: rgb(122, 122, 122);
}

#wrapper{ 
    width: 700px;
    margin: auto;
    display: block;
}
#main{
    background-color: rgb(231, 231, 231);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.425);
    overflow: hidden;
    display: flex;
    height: 500px;
    border: solid 1px rgb(204, 204, 204);
}

#page{
    box-sizing: border-box;
    padding: 8px;
    width: 100%;
    overflow-y: auto;
}

header{
    display: none;
    align-items: center;
    font-family: 'gaupopmagic';
    height: 70px;
    font-size: 32pt;
    color: rgba(110, 0, 124, 0.5);
}

footer{
    text-align: center;
    font-family: '04b08';
    font-size: 6pt;
    padding-top: 10px;
    color: rgba(110, 0, 124, 0.5);
}

#sidebar{
    overflow-y: auto;
    font-family: '04b08';
    font-size: 6pt;
    width: 260px;
    background-color: rgb(212, 212, 212);;
    border-left: solid 1px rgb(204, 204, 204);;
    box-sizing: border-box;
    padding: 4px;
    color: rgb(160, 160, 160);
}

#navigation a,#outlinks a{
    display: block;
    margin-bottom: 2px;
}

#sidebar a{
    text-decoration: none;
    color: rgb(160, 160, 160);
}

#sidebar a:hover{
    text-decoration: none;
    color: #ff2a6d;
}

#sidebar .header{
    color: rgb(145, 145, 145);
    font-size: 12pt;
    text-transform: uppercase;
    font-family: 'supersim';
}

h1{
    margin-top: 0px;
}

#mybutton{
    display: none;
}
#navigation{
    display: none;
}