body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
    line-height: 1.6;
    color: #333;
}

h1 {
    border-bottom: 2px solid #ae0c00;
    padding-bottom: 0.5rem;
}

.section {
    margin: 2rem 0;
}

a {
    color: #ae0c00;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
