::before,
::after,
*{
/*    box-sizing: border-box;*/
    cursor: url(/resources/images/yunomouse.png), auto;
}
.tabecolor{
    color: #a0ce5c;
}
.btn_list{
    list-style-type: none;
    padding-left: 1rem;
    padding-top: 1rem;
    font-size: 1.85rem;
    margin: auto;

}
.hover{
    background-color: black;
    height: 35px;
    width: 298px;
    text-indent: 1rem;
}
.hover:hover{
    color: black;
    background-color: white;
}
.menubtn{
    display: block;
    color: inherit;
    text-decoration: none;
}
.text{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 30px;
    padding-left: 15px;
    font-size: 1.25rem;
    word-break: break-all;
    line-height: 1.4em;
    word-spacing: 0.05em;
    letter-spacing: 0.02em;
}
.info{
    text-align: left;
    padding: 0.5rem 1rem;
}
.greeting{
    font-size: 1.75rem;
}
#body{
    background-size: cover;
    image-rendering: pixelated;
    background-color: black;
    color: white;
    font-family: "Retro";
    margin: auto;
    overflow: hidden;
}
#websiteContainer{
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-flow: wrap;
}
#background{
    height: 550px;
    background-image:url('/resources/images/Backgrounds/Desert.png');
    background-size: cover;
    z-index: -2;
}
#container_01{
    display: flex;
    flex: 8.75;
    flex-direction: column;
    position: relative;
}

#navboxContainer{
    width: 328px;
    position: absolute;
    height: 172px;
    border-style: solid;
    border-color: red;
    flex-basis: 32%;
    top: 375px;
    left: -16px;
    border-image-slice: 13 13 13 13;
    border-image-width: 32px;
    border-image-outset: 13px 13px 13px 13px;
    border-image-repeat: repeat repeat;
    border-image-source: url('/resources/images/navbox.png');
    align-self: center;
    z-index: 1;
}
#infoContainer{
    width: 43.2rem;
    position: absolute;
    height: 20rem;
    background-color: #000000a8;
    background-size: contain;
    border-style: solid;
    border-color: red;
    flex-basis: 32%;
    top: 24px;
    left: 287px;
    border-image-slice: 13 13 13 13;
    border-image-width: 20px;
    border-image-outset: 13px 13px 13px 13px;
    border-image-repeat: repeat repeat;
    border-image-source: url('/resources/images/navbox.png');
    overflow-y: auto;

}
#bar_1{
    flex: auto;
    align-self: normal;
    background-image: url('/resources/images/sidebar.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}
#bar_2{
    flex: auto;
    align-self: normal;
    background-image: url('/resources/images/sidebar2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: unset;
}
#yunobox{
    border-image-slice: 25 27 15 27;
    border-image-width: 42px 32px 20px 32px;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: stretch stretch;
    border-image-source: url("/resources/images/yuno.png");
    border-style: solid;
    background-color: #000000;
    padding-left: 48px;
    padding-right: 48px;
    padding-top: 44px;
    padding-bottom: 16px;
    height: 118px;
    width: 875px;
    flex: 4 1 10%;
    flex: auto;
    align-self: center;
    margin-top: 2px;
}
#navbar{
    background-color: white;
}
@font-face {
    font-family: 'MrSaturn';
    src: url("/resources/fonts/senor-saturno-font/SenorSaturno-Aw9g.ttf");
}
@font-face {
    font-family: 'Retro';
    src: url("/resources/fonts/Gbboot-ALpM.ttf");
}
@font-face {
    font-family: 'Nosut';
    src: url("/resources/fonts/Nosutaru-dotMPlusH-10-Regular.ttf");
}
@font-face {
    font-family: 'Chalk';
    src: url("/resources/fonts/Chalk-S_3_JP/Chalk-S-JP.otf");
}
