/* Statistika Section Styling */
.statistika-section {
    margin: 20px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
}

.statistika-section h2 {
    text-align: center;
    font-size: 28px;
    color: #333;
}

h3 {
    margin-top: 20px;
    font-size: 24px;
    color: #333;
}

/* Tables Styling */
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

th, td {
    padding: 12px;
    text-align: center;
    border: 1px solid #ddd;
}

th {
    background-color: #f1f1f1;
    color: #333;
}

tr:nth-child(even) {
    background-color: #f9f9f9;
}

tr:hover {
    background-color: #f1f1f1;
}

/* Match Results and Player Statistics */
.match-results, .player-statistics {
    margin-bottom: 30px;
}
