/* Simple modern styling */

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #f5f7fa;
    margin: 0;
    padding: 40px;
    color: #333;
}

.container {
    max-width: 800px;
    margin: 0 auto;
}

.title {
    font-size: 2.4rem;
    margin-bottom: 10px;
    color: #2c3e50;
}

.subtitle {
    font-size: 1.2rem;
    margin-bottom: 30px;
    color: #7f8c8d;
}

.card {
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.card h2 {
    margin-top: 0;
    color: #34495e;
}