body {
    font-family: Arial, sans-serif;
    background: #111;
    color: #eee;
    margin: 0;
    padding: 10px;
}

h1 {
    text-align: center;
}

select {
    margin-bottom: 20px;
    font-size: 16px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px; /* odstęp między klasami */
}

th, td {
    padding: 8px;
    border: 1px solid #444;
    text-align: center;
}

th {
    background: #222;
}

tr:nth-child(even) {
    background: #1a1a1a;
}

h2 {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 20px;
}