
body{
    background-color: white;
        color: black;
        overflow:initial !important
}
h1,h2,h3,h4,h5,h6,p{
    font-family: 'Inter', 'Kosugi Maru';
}
.a1{
    position:fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 300px;
}
.privacy{
    width:90%
}
.message404{
display:inline-block;
text-align: left;
width: 350px;
}
.message404 a{
text-decoration: none;
}
.homeicon{
float:left;
margin-right: 7px;
}
.home404{
margin-top:0px;
font-size:20px;
color:royalblue;
}
#header-area{
    margin-bottom:0px;
    z-index: 999;
    position: -webkit-sticky;
    position: sticky;
    top:0;
}
#header2{
    margin-bottom:0px;
    z-index: 999;
    position: -webkit-sticky;
    position: sticky;
    top:0;
}
@media (prefers-color-scheme: dark) {
    body {
        background-color: black;
        color: white;
    }
.svg{
    filter: invert(100%)
}
}