nav {
    background-color: #FFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}