/* Exemplo simples para melhorar visual */
body {
    background: #f8f9fa;
}

h1 {
    font-size: 1.8rem;
    font-weight: 600;
}
