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;
}


#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%;
}

#logobar form {
    position: relative;
    display: flex;
    align-items: center;
    width: 40%;
    left: 8.8%;
}

#search {
    position: relative;
    color: white;
    border: 1px solid #BFBFBF;
    background-color: #FFC53A;
    width: 70%; 
    height: 35%;
    margin-right: 4%;
}

#search:focus {
    border: 2px solid #BFBFBF;
}

#logobar form button {
    position: relative;
    background-color: #FFC53A;
    border: 0;
    border-radius: 50%;
    height: 45%;
    width: 4.5%;
    cursor: pointer;
}

#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%;
}

#main {
    margin: 0;
    position: relative;
}

#main #border1 {
    position: relative;
    background-color: #FFC53A;
    border-bottom: 5px solid #2D1E2F;
    top: 5px;
    height: 50px;
    width: 100%;
}

#main h1 {
    display: flex;
    margin: 0;
    width: 400px;
    height: 44px;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: #EE600E;
}
#main #title1 {
    position: absolute;
    top: 35px;
}

#main #highlight {
    position: relative;
    top: 5px;
    width: 100%;
    height: 260px;
    border-bottom: 5px solid #2D1E2F;
}

#main #store {
    position: relative;
    height: 100%;
    width: 100%;
}

#store #border2 {
    position: relative;
    background-color: white;
    width: 100%;
    height: 100px;
    top: 5px;
    border-bottom: 5px solid #2D1E2F;
}

#store #title2 {
    position: absolute;
    left: 0px;
    top:92px;
}

#store #storediv {
    position: absolute;
    display: flex;
    align-self: center;
    width: 96%;
    height: 465px;
    background-color: #FDF9FF;
    border: 5px solid #CC3F0C;
    top: 120px;
    left: 1.4%;
}