body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    color: #222;
    background: #fafafa;
}

nav {
    background: #111;
    padding: 12px;
    text-align: center;
}

nav a {
    color: white;
    margin: 0 12px;
    text-decoration: none;
    font-weight: 500;
}

nav a.active {
    text-decoration: underline;
}

header {
    padding: 60px 20px;
    text-align: center;
    background: #f0f0f0;
}

section {
    max-width: 800px;
    margin: 40px auto;
    padding: 0 20px;
}

footer {
    text-align: center;
    padding: 20px;
    background: #111;
    color: white;
    margin-top: 40px;
}

.fairscore {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;
}

/* Centered "Next →" link */
.next {
    margin-top: 2rem;
    text-align: center;
    font-size: 0.95rem;
    color: #555;
}

.next a {
    text-decoration: none;
    color: #0066cc;
}

.next a:hover {
    text-decoration: underline;
}
