header {
    nav {
        width: 100%;
        ul {
            display: flex;
            flex-direction: row;
            align-content: flex-start;
            text-decoration: none;
            list-style: none;
            li {
                margin: 5px 10px;
            }
        }
    }
}
