@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

body {
    background-color: #f8f9fa; 
    
    font-family: 'Roboto', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    
    color: #333;
    line-height: 1.6;
    margin: 0;
}

main {
    max-width: 1100px;
    margin: 3rem auto;
    padding: 2rem;
}

section {
    margin-bottom: 3rem;
    background: #ffffff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

h2 {
    font-size: 2.2rem;
    text-align: center;
    color: #333;
    margin-top: 0;
    margin-bottom: 1rem;
}

.subtitle {
    text-align: center;
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 2.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

