html {
    height: 89.81%;
}

body {
    height: 100%;
    margin: 0;
    background-color: #FDF9FF;
}

nav {
background-color: #CC3F0C;
height: 100px;
width: 100%;
border-bottom: 5px solid #2D1E2F;
}

nav #constant ul {
    display: flex;
    align-content: center;
    margin: 0;
}

nav #constant ul li{
position: relative;
background-color: #EE600E;
justify-content: center;
align-items: center;
display: flex;
list-style-type: none;
height: 30px;
width: 85px;
left: 12.5%;
}

nav #varied {
    position: absolute;
    top: 0%;
    left: 85%;
    height: 30px;
    width: 15%;
}

nav #varied ul {
    display: flex;
    align-content: flex-end;
    margin: 0;
}

nav #varied ul li{
background-color: #EE600E;
justify-content: center;
align-items: center;
display: flex;
list-style-type: none;
height: 30px;
visibility: visible;
width: 85px;
}

v

#logobar {
    position: relative;
    top: 0;
    background-color: #FDF9FF;
    border-bottom: 5px solid #2D1E2F;
    border-top: 5px solid #2D1E2F;
    height: 70px;
}

#logobar #logo {
    position: relative;
    background-color: #EE600E;
    height: 50px;
    width: 85px;
    top: 16%;
    left: 4%;
}

#logged {
    position: absolute;
    right: 26.9%;
}

ul {
list-style-type: none;
}

li a{
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    width: 100%;
    height: 100%;
}

/* Nav ^ */

/* Not nav v */

#title {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 16%;
    left: 10%    ;
    color: black;
    background-color: #FFC53A;
    width: 15%;
    height: 4.5%;
    border-bottom: 5px solid black;
}

#side {
    position: relative;
    top: 0.4%;
    left: 10%;
    width: 15%;
    height: 99.8%;
    border: 1px solid #D8D8D8;
    background-color: white;
}

#side ul {
    position: relative;
    top: 20%;
    width: 100%;
    padding: 0;
    height: 78%;
}

#main {
    position: absolute;
    top: 10.25%;
    left: 25%;
    width: 65%;
    height: 89.6%;
    border: 1px solid #D8D8D8;
    background-color: white;
}

#main h1 {
    position: relative;
    top: 13%;
    left: 3%;
}

#pos1 {
    height: 100%;
}

.accountbtn {
    position: inherit;
    width: 100%;
    height: 5%;
    border: 1px solid #D8D8D8;
    border-left: 0;
    margin-top: 0.7 px;
}

.accountbtn a {
    color: black;
}