.container {
    max-width: 600px !important;
}

/* Full-width container for stats page */
.stats-page .container {
    max-width: 1140px !important;
}

/* Custom header styling */
header {
    background-color: #2c3e50;
    color: white;
    padding: 20px 0;
    margin-bottom: 30px;
}

header h1 {
    margin: 0;
    text-align: center;
    font-size: 2rem;
}

/* Statistics display */
.stat-value {
    font-size: 2.5rem;
    font-weight: bold;
    color: #0d6efd;
}

.stat-label {
    font-size: 0.9rem;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 1px;
}
