
body {
    background: url(/images/main_background.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    font-family: monospace;
    font-size: 120%;
    }


a[class="footertext"]{
    color:aliceblue 
}


#mesh {
    margin: 10%;
    margin-top: 5%;
    background: #00041885;
    background-size: 100%;
    min-width: 527px;
    height: 3000px;
    
}

#layout {
    margin: 10% auto;
    margin-top:5%;
        width: 95%;
        min-width: 500px;
    height: 4000px;
}

#footer {
    width: 100%;
    height: 50%;
    float:left;
    
}

.footer2 {
    width: 80%;
    min-width: 490px;
    margin-left: 10%;
    text-align: center;
    height:auto;
    min-height: 400px;
}

img[class="neocities"] {
    padding: 4px;
    border: double 5px rgb(92, 154, 153);
}

mark {
    background-color: #00041885;
    color:aliceblue;
    
}


/* above is all the basic page shit!*/


/* secrets!! vv*/
                                
.secretbreak {
    font-family: Georgia;
    font: message-box;
    font-size: 100%;
    padding-bottom: 40px;
    width: 100%;
    height: 100%;
    float:left;
}
.thevasezone {
    height: 80%;
    width:100%;
}
.breaktext {
    height: fit-content;
    width:100%;
    float:left;
    margin-bottom: 10%;
}
big {
    font-size: 180%;
}
p[id="unbroken"]{
    cursor:pointer;
}
                                
/* secrets!! ^^*/






#topchunk {
    width:80%;
    margin-left: 10%;
    height: 10px;
}

.header {
    background-color: aliceblue;
   
    padding-top: 0px;
    padding-bottom: 20px;
    height: 70px;
    width: 100%;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    text-align: center;
    font-size:180% ;
}

.navbar1 {
    float: left;
    height: fit-content;
    width: 100%;
    
    
}
.navbar2 {
    background-color: aliceblue;
    width: 98%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    float:left;
    max-width: 1884px;
    min-width: 384px;
    margin:8px;
    margin-bottom: 20px;
    padding-top: 2px;
    padding-bottom: 5px;
}

.navlink {
    float: left;
    width: 20%;
}


#left {
    width: 15%;
    height: 100% ;
    min-height: 700px;
    float:left;
    padding-left:5%;
}

#middleright {
    width: 75%;
    height: 100% ;
    min-height: 700px;
    float:left;
    
}

.box {
   background-color: aliceblue;
    width: 80%;
    padding: 5% ;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 4px;
    float: left;
    
}
.middlebox {
   background-color: aliceblue;
    width: 86%;
    height: fit-content;
    padding: 5% ;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 4px;
    float: left;
    overflow-y: scroll;
}

h1 {
    /*funtionally title text*/
    text-align: center;
    font-size: 180%;
    padding-top:14px;
    
}

h2 {
    text-align: center;
    font-size: 160%;
}

p[class="updates"]{
    border:double #0da5bd 4px;
    padding: 4px;
}

strong {
    font-weight: bolder;
        
}


















