Body{
    background-image: url("/HD-wallpaper-anime-haikyu-miya-atsumu-osamu-miya.jpg");
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: #000;
    margin: 0;
    
}

.main_body{
    width: 90vw;
    height: 90vh;
    margin: auto;
    margin-top: 3%;
    background-color: transparent;
    box-sizing: border-box;
    border-radius: 8px;
    
}

.navigation_bar{
    width: 100%;
    height: 12%;
    background-color: #272d56;
    margin: 0;
    box-sizing: border-box;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;

    color: #fa0;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
    padding:0;
}

.sidebar{
    width: 26%;
    height: 78vh;
    background-color: #272d56;
    margin-top: 1vh;
    margin-right: 0px;
    box-sizing: border-box;
    border-bottom-left-radius: 8px;
    float:left;
    position: absolute;

    color: #fa0;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
    padding:1vw;
}

.content_box{
    width:70%;
    height: 78vh;
    background-color: #272d56;
    float:right;
    margin-top: 1vh;
    box-sizing: border-box;
    border-bottom-right-radius: 8px;
    position:-100 absolute;

    color: #fa0;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
    padding:2vw;
}

.disclaimer{
    color: #f10;
}

a{
    color: #4a5cd3
}