.container {
    margin-left: auto;
    margin-right: auto;
    width: 1024px;
}

header {
    background-color: blue;
    height: 118px;
}

nav {
    background-color: red;
    height: 40px;
}

main {
    background-color: orange;
    height: 400px;
}

footer {
    background-color: greenyellow;
    height: 100px;
}

