* {
    font-family: "Ubuntu Mono", monospace;
    font-weight: 400;
    font-style: normal;
}

body {
    min-width: 1920px;
    max-width: 1080px;
    background-color: #C0D6FA;
    margin-right: auto;
    margin-left: auto;
 }

.heading {
    border-style: solid;
    border:5px solid black;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 2%;
    height: 200px;
    background-color: #f6d091;
    
    background-size: contain;
    background-repeat: no-repeat;
}

.panel {
   
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 0.25%;
}

.navigation {
    
    display: flex;
    flex-wrap: wrap;
}

.navbuttons {
    border-style: solid;
    border:5px solid black;
    margin-top: 0.25%;
    flex-grow: 1; 
    flex-shrink: 0;
    background-color: #F2BC62;
    max-height: 47px;
}

.buttons {
    width: 100%;
    height: 100%;
    transition-duration: 0s;
    border-style: none;
    background-color: transparent;
    font-style: bold;
    font-size:x-large;
    overflow: hidden;
    font-family: Arial;
}

.buttons:hover {
    background-color: #F2BC62;
    border-style: solid;
    border-color: transparent;
    border-bottom: none;
    border-width: 5px;
    border-radius: 20px;
    text-decoration: underline;
}

.buttons:active {
    border-style: solid;
    border-color: transparent;
    border-width: 1px;
    border-radius: 20px;
    border-bottom: none;
}

.btnspacer {
    margin-left: 1%;
}

.navActive {
    width: 100%;
    height: 100%;
    transition-duration: 0s;
    border-style: none;
    background-color: transparent;
    font-style: bold;
    font-size:x-large;
    overflow: hidden;
    font-family: Arial;
    font-weight: 1000;
}

.navActive:hover {
    background-color: #F2BC62;
    border-style: solid;
    border-color: transparent;
    border-bottom: none;
    border-width: 5px;
    border-radius: 20px;
    text-decoration: underline;
}

.mainsection {
    background-color: #fae4c0;
    border-style: solid;
    border:5px solid black;
    margin-top: 0.75%;
    display: flex;
    flex-wrap: wrap;
    height: 1420px;
    max-height: 1420px;
}


.snippets {
    height: 100%;
    background-color: #F6D091;
}


.testcrap {
    height: 1080px;
}

#Blog {
    position:absolute;
    left: 0px;
    width: 100%;
    top: 0px;
    height: 100%;
}