html {
overflow: scroll;
overflow-x: hidden;
background: linear-gradient(to bottom, #E40000 20%, #d80101 80%);
}
::-webkit-scrollbar {
width: 0; 
background: transparent; 
}
::-webkit-scrollbar-thumb {
background: transparent;
}

a{
    color: #131318;
}

a:hover{
    color: #ad0202;
}

::selection{
    color: #b80202;
    background-color: #474853;
}


/*fonts star*/

@font-face {
    font-family: 'w' ;
    src: url(piixel/000webfont.ttf);
}

@font-face {
    font-family: 'v';
    src: url(piixel/virale.ttf);
}

@font-face {
    font-family: 'b';
    src: url(piixel/basiic.ttf);
}

/*fonts end*/

/*start box*/

.box{
    display: flex;
    flex-direction: row;
    gap: 10px;
    border: 3px groove #470000;
    background-color: #25262D;
    width: 960px;
    height: 580px;
    margin: auto;
    margin-top: 30px;
}

.navbox{
    display: grid;
    grid-template-columns: auto;
    border: 3px groove #470000;
    background-color: #31323b;
    width: 200px;
    height: 550px;
    margin-left: 10px;
    margin-top: 10px;
}

.mainbox{
    display: grid;
    grid-template-columns: auto;
    border: 3px groove #470000;
    background-color: #31323b;
    width: 520px;
    height: 550px;
    margin-top: 10px;
    gap: 5px;
    overflow-y: scroll;
}

/*end box*/

/*navbar star*/

.div1{
    border: 3px groove #470000;
    background-color: #E40000;
    width: 170px;
    height: 5px;
    margin: auto;
    margin-top: 15px;
}

.div2{
    border: 3px groove #470000;
    background-color: #E40000;
    width: 170px;
    height: 5px;
    margin: auto;
    margin-top: -60px;
}

.navbar{
    display: flex;
    flex-direction: column;
    background-color: #31323b;
    width: 170px;
    height: 300px;
    margin: auto;
    margin-top: -10px;
    gap: 3px;
}


/*stuff start*/

.projects{
    border: 3px groove #470000;
    background: linear-gradient(to bottom, #d10202 20%, #E40000 80%);
    width: 168px;
    height: 45px;
    margin-top: 5px;
    margin-left: 1px;
    padding-top: 5px;
    box-sizing: border-box;
    font-size: 18px;
    font-family: 'v';
}

.shrines{
    border: 3px groove #470000;
    background: linear-gradient(to bottom, #d10202 20%, #E40000 80%);
    width: 168px;
    height: 45px;
    margin-left: 1px;
    padding-top: 10px;
    box-sizing: border-box;
    font-size: 18px;
    font-family: 'v';
}

.medialog{
    border: 3px groove #470000;
    background: linear-gradient(to bottom, #d10202 20%, #E40000 80%);
    width: 168px;
    height: 45px;
    margin-left: 1px;
    padding-top: 10px;
    box-sizing: border-box;
    font-size: 18px;
    font-family: 'v';
}

.sources{
    border: 3px groove #470000;
    background: linear-gradient(to bottom, #d10202 20%, #E40000 80%);
    width: 168px;
    height: 45px;
    margin-left: 1px;
    padding-top: 10px;
    box-sizing: border-box;
    font-size: 18px;
    font-family: 'v';
}

.other{
    border: 3px groove #470000;
    background: linear-gradient(to bottom, #d10202 20%, #E40000 80%);
    width: 168px;
    height: 45px;
    margin-left: 1px;
    padding-top: 10px;
    box-sizing: border-box;
    font-size: 18px;
    font-family: 'v';
}

/*stuff end*/

/*navbar end*/

/*update box*/

.updates{
    background-color: #31323b;
    width: 170px;
    height: 200px;
    margin: auto;
    margin-top: -50px;
}

.boxI{
    border: 3px groove #470000;
    background: linear-gradient(to bottom, #d10202 20%, #E40000 80%);
    width: 168px;
    height: 45px;
    margin: auto;
    margin-top: -2px;
    font-family: 'v';
    font-size: 19px;
    padding-top: 13px;
    padding-left: 25px;
    box-sizing: border-box;
    color: #470000;
}

.boxII{
    border: 3px groove #470000;
    background: linear-gradient(#31323b, #2a2b33) ;
    width: 168px;
    height: 155px;
    margin: auto;
    margin-top: -1px;
    padding-left: 18px;
    box-sizing: border-box;
    font-family: 'b';
    color: #bb0303;
    overflow-y: scroll;
}

/*update box end*/

/*main start*/

.mainI{
    display: flex;
    flex-direction: row;
    width: 500px;
    height: 200px;
    margin: auto;
    margin-top: 8px;
    gap: 10px;
    overflow-y: scroll;
}

.icon{
    display: grid;
    border: 3px groove #470000;
    width: 150px;
    height: 150px;
    margin-left: 10px;
    margin-top: 10px;
    overflow: hidden;
}

.littleabout{
    display: grid;
    grid-template-columns: auto;
    border: 3px groove #470000;
    background-color: #31323b;
    width: 310px;
    height: 150px;
    margin-top: 10px;
    font-size: 19px;
    box-sizing: content-box;
    padding-left: 10px;
    padding-right: 10px;
    overflow: scroll;
}

.mainII{
    display: grid;
    grid-template-columns: auto;
    border: 3px groove #470000;
    background-color: #31323b;
    width: 480px;
    height: 330px;
    margin: auto;
    margin-top: -40px;
     padding-top: 5px;
     padding-left: 5px;
     overflow-y: scroll;
}

p{
    font-family: 'b';
    margin-top: 13px;
    margin-left: 3px;
}


/*main end*/

/*aside start*/

.aside{
    display: flex;
    flex-direction: column;
    border: 3px groove #470000;
    background-color: #31323b;
    width: 180px;
    height: 550px;
    margin-top: 10px;
    gap: -10px;
}

.div3{
    border: 3px groove #470000;
    background-color: #E40000;
    width: 155px;
    height: 5px;
    margin: auto;
    margin-top: 15px;
}

.box45{
    display: flex;
    flex-direction: column;
    width: 150px;
    height: 135px;
    margin: auto;
    margin-top: -5px;
    gap: 4px;
}

.boxV{
    border: 3px groove #470000;
    background: linear-gradient(to bottom, #d10202 20%, #E40000 80%);
    width: 150px;
    height: 45px;
    margin: auto;
    margin-left: -1px;
    margin-top: -2px;
    padding-top: 15px;
    box-sizing: border-box;
    font-size: 18px;
    padding-left: 14px;
    font-family: 'v';
    color: #1e2024;
}

.boxVI{
    border: 3px groove #470000;
    background: linear-gradient(to bottom, #d10202 20%, #E40000 80%);
    width: 150px;
    height: 45px;
    margin: auto;
    margin-left: -1px;
    padding-top: 15px;
    box-sizing: border-box;
    font-size: 18px;
    font-family: 'v';
    padding-left: 40px;
    color: #1e2024;
}

.boxVII{
    border: 3px groove #470000;
    background: linear-gradient(to bottom, #d10202 20%, #E40000 80%);
    width: 150px;
    height: 45px;
    margin: auto;
    margin-left: -1px;
    padding-top: 15px;
    box-sizing: border-box;
    font-size: 18px;
    padding-left: 19px;
    color: #1e2024;
    font-family: 'v';
}

.div4{
    border: 3px groove #470000;
    background-color: #E40000;
    width: 155px;
    height: 5px;
    margin: auto;
    margin-top: 0px;
}

.box7{
    display: flex;
    flex-direction: column;
    width: 150px;
    height: 290px;
    margin: auto;
    margin-top: 0px;
    padding-top: 10px;
    box-sizing: border-box;
    padding-left: 35px;
    gap: 30px;
}

.boxVIII{
    display: flex;
    flex-direction: column;
    border: 3px groove #470000;
    width: 145px;
    height: 170px;
    margin-left: -34px;
    margin-top: -10px;
    padding-top: 10px;
    box-sizing: border-box;
}

.webrings{
    border: 3px groove #470000;
    background: linear-gradient(to bottom, #d10202 20%, #E40000 80%);
    width: 143px;
    height: 45px;
    margin-left: -2px;
    margin-top: -12px;
    padding-top: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    font-family: 'v';
    font-size: 18px;
    color: #470000;
}

.boxXIX{
    display: flex;
    flex-direction: column;
    border: 3px groove #470000;
    width: 145px;
    height: 100px;
    margin-left: -34px;
    padding-top: 10px;
    box-sizing: border-box;
}

.boxXV{
    border: 3px groove #470000;
    background: linear-gradient(to bottom, #d10202 20%, #E40000 80%);
    width: 143px;
    height: 40px;
    margin-left: -2px;
    margin-top: -12px;
    padding-top: 12px;
    padding-left: 35px;
    box-sizing: border-box;
    font-family: 'v';
    font-size: 18px;
    color: #470000;
}

.boxXVIII{
    width: 143px;
    height: 60px;
    margin-left: -2px;
    padding-top: 10px;
    overflow-y: scroll
}

.neighbours{
    border: 3px groove #470000;
    width: 100px;
    height: fit-content;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 2px;
    animation: moving 3s alternate infinite;
    overflow-y: scroll
}

@keyframes moving{
    from{
        transform: translateY(-68px);
    }

    to{
        transform: translateY(-10px);
    }
}

/*aside end*/