.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    background-color: var(--current-line);
}

.header-logo a {
    color: var(--foreground);
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: bold;
}

.header-nav a {
    color: var(--foreground);
    text-decoration: none;
    margin-left: 1.5rem;
}
