


/* Stats Section - pzstats.html */
.stats {
    padding: 2rem 0;
    text-align: center;
    background-color: #2c2c3b;
    color: white;
    border-radius: 10px;
    margin: 2rem auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.stats h2 {
    font-family: 'Amatic SC', cursive;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #ffcc00;
}

/* Leaderboard iframe styling */
.iframe-container {
    max-width: 1200px;
    margin: 0 auto;
    background: #1e1e2d;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.iframe-container iframe {
    width: 100%;
    height: 600px;
    border: none;
    border-radius: 10px;
}

/* Footer Styling */

