section, li, header {
    background-color: lightgrey;
    margin: 5px;
}

nav ul {
    list-style-type: none;
}

nav {
    clear: right;
}

nav ul li {
    float: left;
}