* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #ccc;
    width: 100%;
}

section {
    width: 80%;
    margin: 0 auto;
     background-color: white;
    min-height: 500px;
    text-align: center;
   padding-left: 100px;
}

ul {
    list-style-type: square;
}

img {
    width: 450px;
}

p {
    padding: 20px;
}

section h1 {
    color: #008000;
    font-size: 20pt;
}

header {
    height: 200px;
    font-size: 24pt;
    background-color: #008000;
    color: white;
    text-align: center;
}

nav {
    font-size: 20px;
    text-align: center;
    padding-right: 300px;
    height: 50px;
    background-color: white;
}

nav a {
    color: #cc3300;
    ;
}

nav :hover {
    color: #89f703;
}

footer {
    height: 50px;
    color: white;
    background-color: #008000;
    text-align: right;
}