body { font-family: sans-serif; }
nav a { margin-right: 15px; }

/* Logo styling */
.site-logo {
    max-height: 50px; /* Adjust as needed */
    margin-right: 20px;
}

/* Basic header layout */
header {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
}
