*{font-family:system-ui;}
.headersection {
    background-color: #000e1d;
    color: white;
    position: absolute;
    width: 100vw;
    top: 0vh;
    left: 0vh;
    height: 25vh;
}
.headersection div{font-size:580%;top:1vh;left:6vw;position:fixed;font-weight:700;letter-spacing:0px;}
.releasenote{padding-right:3%;height:5vh;padding-top:2%;padding-left:2%;align-items:anchor-center;border-radius:20px 40px 40px 20px;font-size:380%;top:10vh;left:6vw;position:fixed;font-weight:600;letter-spacing:0px;color:#888ba2;background-color:#5c5c5c29;}
.maincontent{overflow-y:scroll;background-color:#f3f3ff;position:fixed;top:25vh;bottom:0vh;height:75vh;left: 0vh;width:100vw;}
.headersectioncontents{width:fit-content;display:flex;flex-direction:column;position:fixed;right:3vw;font-size:188%;font-weight:580;color:#8e94ab;}
.headersectioncontents span{padding-block:9%;}
.maincontent section{margin:2%;}
.maincontent section span{font-size:500%;font-weight:680;}
.maincontent section aside{font-size:350%;font-weight:600;}
.maincontent section div{font-size:100%;font-weight:500;}
.maincontent footer  {font-size:160%;font-weight:500;width:100vw;background-color:#000e1d;height:7vh;display:flex;align-items:center;color:white;justify-content:flex-end;padding-right:20px;box-sizing:border-box;}

