.container{
    margin-left: auto;
    margin-right: auto;
    width: 920px;
    background-color: white;
    border:1px solid black;
    bottom: 20px;
}


body{
    background: rgb(166,194,226);
    background: linear-gradient(360deg, rgba(166,194,226,1) 0%, rgba(220,233,246,1) 51%, rgba(166,194,226,1) 88%);
    bottom: 20px;
}
header{
    background-color: white;
    height: 171px;
}

nav{
    background-color: rgb(31, 112, 193);
    height: 22px;
}

main{
    background-color: white;
    height: 2800px;
    text-align: justify;
}
footer{
    height: 64;
}

h1,h2,h3{
    color: rgb(31, 112, 193);
    text-indent: 30px;
    padding-top: 0px;
    margin-left: 180px;
}
h4{
    color: rgb(31, 112, 193);
    font-family: Calibri, Helvetica, sans-serif;
    font-size: 15px;
    text-indent: 30px;
    margin-left: 180px;    
}

.smallerFont {
    font-family: Calibri, Helvetica, sans-serif;
    font-size: 18px;
  }
  
  .bigFont {
    font-family: Calibri, Helvetica, sans-serif;
    font-size: 28px;
  }

.main-content p{
    font-family: Calibri, Helvetica, sans-serif;
    font-size: 13px;
    padding-top: 0px;
    margin-top:-10px;
    line-height: 16px;
    padding-left: 223px;
    padding-right: 30px;
}

endNote p{
        font-family: Calibri, Helvetica, sans-serif;
        font-size: 13px;
        padding-top: 5px;
        line-height: 20px; 
        padding-right: 20px;
}

.img_eye{
    width:570px;
    height: 140px;
    padding-left: 340px;
    padding-top: 20px;
}

.logo{
    padding-top: 10px;
    width: 350px;
    height: 160px;
position: absolute;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
.div1,.div2{
    float: left;
    width: 50%;
}

.footer-content p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
text-align: left; 
padding-left: 208px;
}

.footer-bottom p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 7px;
text-align: center; 
}