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%;
}

#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%;
}

#info {
    background-color: white;
    position: relative;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    width: 45%;
    margin: 50px;
    margin-bottom: 70px;
    left: 25%;
    padding: 20px;
    border: 3px solid #EE600E;
}

#info h1 {
    margin: 0px;
}

#info p {
    position: relative;
}

#loyaltyform {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    font-family: 'Berlin Sans FB', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    position: relative;
    left: 33.8%;
    width: 35%;
    height: 480px;
    border: 1px solid #EE600E;
}

#loyaltyform h1 {
    margin-top: 50px;
    margin-bottom: 60px;

}

#loyaltyform form{
    width: 70%;
}

#loyaltyform label {
    font-size: 18px;
}

#loyaltyform input {
    position: inherit;
    margin-bottom: 30px;
    margin-top: 5px;
    width: 100%;
    height: 20%;
    border: 1px solid #2D1E2F;

}

#loyaltyform button {
    position: relative;
    left: 29%;
    color: #EE600E;
    font-size: 13px;
    background-color: white;
    border: 2px solid #EE600E;
    border-radius: 25px;
    width: 40%;
    height: 25%;
    cursor: pointer;
}