body {
    font-family: system-ui, sans-serif;
    max-width: 70ch;
    margin: 3rem auto;
    line-height: 1.6;
    padding: 0 1rem;
}

/* Navigation Links */
.nav-links a {
    text-decoration: none;
    color: #333;
    font-size: 0.95rem;
}

.nav-links a:hover {
    text-decoration: underline;
}

/* Cleaner Navigation Bar */
.navbar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eee;
}

.logo img {
    height: 32px;
    width: auto;
    opacity: 0.9;
}

.logo img:hover {
    opacity: 1;
}

.nav-links a {
    text-decoration: none;
    color: #333;
    font-size: 0.95rem;
}

.nav-links a:hover {
    text-decoration: underline;
}
