body {
    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.8%;
    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;
width: 85px;
}

#logged {
    visibility: hidden;
}

#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%;
}

ul {
list-style-type: none;
}

li a{
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    width: 100%;
    height: 100%;
}

#regform {
    display: flex;
    position: inherit;
    width: 40%;
    height: 330px;
    background-color: #F5F1FA;
    border: 2px solid #F1EAF7;
    padding-top: 60px;
    flex-direction: column;
    align-items: center;

}

#regform form {
    height: 110%;
    width: 80%;
}

#regform input {
    position: inherit;
    margin-bottom: 30px;
    margin-top: 5px;
    width: 98%;
    height: 30px;
    border: 0px;
}

#regform label {
    font-family:'Baskervville';font-size: 15px;
    font-weight: bold;
}

#regform button {
    position: relative;
    display: inline-block;
    color: black;
    font-size: 13px;
    background-color: white;
    border: 2px solid black;
    border-radius: 25px;
    width: 25%;
    height: 40px;
    cursor: pointer;
}

#loglink {
    position: relative;
    left: 3%;
}

#pos1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#pos1 h1 {
    margin-top: 5%;
}

#pos2 {
    display: flex;
    flex-direction: row;
    align-items: center;
}