
@font-face {
    font-family:mspgothic;
    src:url('/fonts/ms-pgothic-regular.ttf');
}

@font-face{
    font-family:aldrich;
    src:url('/fonts/Aldrich-Regular.ttf');
}



:root {
                --header-image: url('./images/banner1.png');
                --body-bg-image: url('./images/bg1.1.png');
                --maincolor1:linear-gradient(180deg,rgba(68, 42, 120, 1) 0%, rgba(36, 20, 69, 1) 5%);
                --maincolor:linear-gradient(0deg,#121219 0%, #3c3c54 100%);;
                --mainsidemargin:0px;
                --globalradius:px;
                /* colors */
                --content: red;
}

 body {
                font-size:100%;
                font-family: aldrich;
                background-color: black;
                /* you can delete the line below if you'd prefer to not use an image */
                background-size: cover ;
                background-position: center;
                background-attachment: fixed;
                color: white;
                background-image: var(--body-bg-image);
               text-align: center; cursor:url('https://files.catbox.moe/gcegov.cur'),auto;
                border:1px solid lightgray;
                margin:10px 400px 0px 400px;
     padding-bottom: 20px;
                
            }
.not_found{
    font-style: italic;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.backtowebsite a{
    border:1px solid lightgray;
    display:inline-flex;
    padding:2px 10px 2px 10px;
    color:white!important;
    font-weight: normal!important;
    
}
.backtowebsite:hover{
    text-shadow: 0px 0px 10px white;
}



a {
                color: lawngreen;
                font-weight: bold;
                }
 a:hover{
    color:white;
}