nav {
    display: flex;
    flex-direction: row;
}

nav a {
    margin-right: 15px;
}