h1 {
    text-align: center;
    color: rgb(255, 0, 0);
}


tr {
    color: black;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: linear-gradient(180deg, #f2f2f2, #ffffff);
    margin: 0;
    padding: 0;
    color: #222;
}


header {
    text-align: center;
    background-color: #222;
    color: white;
    padding: 0;
}

h1 {
    font-size: 2.5em;
    margin: 0;
}

main {
    width: 100%;
    margin: 30px auto;
}

section {
    margin-bottom: 40px;
}

h2 {
    color: #d00000;
    border-bottom: 2px solid #d00000;
    padding-bottom: 5px;
}

table,
th,
td {
    border: 1px solide #ccc;
}



a {
    color: black;
}


body {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("bilder/soccer-8624054_1280.jpg") center/cover no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    color: #f5f5f5;
    margin: 0;
    padding: 0;
}

header {
    text-align: center;
    background: linear-gradient(90deg, #d60000, #8b0000);
    color: white;
    padding: 20px;
    box-shadow: 0 2px 10px rgb(0, 0, 0, 0.3);
}

table {
    width: 80%;
    margin: 40px auto;
    border-collapse: collapse;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    overflow: hidden;
}

th,
td {
    border: 1px solid #ccc;
    padding: 12px 15px;
    text-align: center;
}

th {
    background-color: #d60000;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
}

tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.05);
}

tr:hover {
    background-color: #ffeaea;
    transition: 0.3s;
}

h1 {
    font-size: 3em;
    margin: 0;
    letter-spacing: 2px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
}

section {
    margin-bottom: 50px;
    text-align: center;
}

a {
    color: #d60000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

@media (max-width: 600px) {
    table {
        width: 100%;
    }

    h1 {
        font-size: 2em;
    }
}

tr.gold {
    background: #fff8d1;
}

tr.silver {
    background: #f2f2f2;
}

tr.bronze {
    background: #f5e0c5;
}

tr.relegation {
    background: #ffd6d6;
}

body {
    background: #fafafa;
    font-family: Arial sans-serif;
}




