.container {
    width: 1850px;
    height: 100%;
    margin-left: 135px;
    margin-right: 135px;
}
nav img{
    width: 90px;
    height:90px;
    padding: 0px;
    margin-top: 30px;
}
body{
    background-color: #E2E2E2;
    justify-content: center;
}

img#img4 {
    width: 70px;
    height: 70px;
    margin-top: 10px;
    margin-left: 20px;
    float: left;
}

img#img2 {
    width: 70px;
    height: 70px;
    margin-top: 8px;
    margin-left: 290px;
}
nav {
    display: flex;
    padding: 10px;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    border-color: #E2E2E2;
    height: 83px;
    background-color: #c0c0c0;
    margin-left: 0px;
}

h1 {
    font-size: 55px;
    font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
    font-weight: bold;
    margin-left: 280px;
    margin-top: 100px;
    line-height: 70pxss;
    text-shadow: 0 2 black;
    line-height: 70px;
}

nav ul {
    display: flex;
    margin-left: 120px;
    margin-top: 12px;
    margin-right: 50px;
}

nav ul li{
    margin-top: 0px;
    margin-right: 10px;
    font-size: 20px;
}

nav ul li a {
    text-decoration: none;
    color: royalblue;
    margin: 0 10px;
    padding: 10px;
    font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
    margin-left: 30px;
    margin-top: 10px;
    display: inline-block;
    font-size: 30px;
    margin-right: 3px;
}

h2{
    display: block;
    font-weight: bold;
    font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
    float: left;
    margin-top: 20px;
    font-size: 48px;
    margin-left: 8px;
}
button {
    margin-right: 0px;
    float: left;
    margin-top: 27px;
    font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
    font-weight: bold;
    font-size: 35px;
    background-color: #c0c0c0;
    border: white;
    color: black;
    padding: 0px;
}
footer{
    text-decoration: none;
    background-color: #eee;
    align-content: end;
    padding: 0%;
    display: flex;
    font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
    color: black;
    background-color: #BDBDBD;
    height: 50px;
    border-top: 2px solid;
    border-color: #848484;
}
main{
    height: 800px;
}
img {
    width: 420px;
    margin-top: 15px;
    margin-left: 330px;
}
nav img {
    width: 90px;
    height: 90px;
    margin-top: 30px;
    margin-left:80px;
    float: left;
}
h3 {
    font-size: 60px;
    font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
    font-weight: bold;
    margin-left: 290px;
    margin-top: 120px;
    font-style: italic;
}
p {
    font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
    font-size: 28px;
    font-weight: bold;
    margin-left: 290px;
    margin-top: 50px;
}

img#img3 {
    width: 1300px;
    margin-left: 310px;
    margin-top: 50px;
}

h4 {
    font-size: 60px;
    font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
    font-weight: bold;
    margin-top: 100px;
    margin-left: 280px;
    font-style: italic;
}
h5 {
    font-size: 50px;
    font-weight: bold;
    font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
    text-align: center;
    margin-top: 0px;
}
img#img1 {
    width: 1400px;
    margin-left: 245px;
    margin-top: 70px;
}

html{
    height: 100%;
}

body{
    min-height: 100%;
}
ol, ul {
    list-style-type: none;
    text-decoration: none;
    display: flex;
    font-size: 15px;
    font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
    justify-content: space-between;
    height: 40px;
    color: black;
    margin-left: 700px;
}
footer ul li a{
    text-decoration: none;
    color: black;
    font-weight: bold;
    justify-content: space-between;
    padding: 8px;
    display: inline-block;
    margin: 10px;
}