body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    background-color: #f0f0f0;
    color: #333;
    line-height: 1.5;
    min-height: 100vh;
}

a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.site-header-nav {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 10;
}

.site-header-nav a {
    font-size: 0.9em;
}