header {
    background-color: var(--dark-color);
    padding: 1.2rem 2.4rem;
    color: var(--light-color);
    display: flex;
    justify-content: space-between;
    font-size: 1.6rem;
}

nav a {
    text-decoration: none;
    color: inherit;
}

header .logo {
    max-width: 16rem;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 3.2rem;
    margin: 0;
    padding: 0;
    align-items: center;
    height: 100%;
}

#logout-form {
    display: inline;
}

#logout-button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    color: inherit;
    font-size: inherit;
}
