bodybody {
    margin: 0;
}

article {
    width: 1100px;
    margin: auto;
    box-shadow: 0 0 20px;
    font-family: 'Shadows Into Light', cursive;
    background-image: url(../Bilder/Stundenplan/neon.jpg);
    padding: 20px 0;
    position: relative;
}

h1 {
    font-size: 40px;
    color: white;
    text-align: center;
}

table {
    text-align: center;
    font-size: 25px;
    border-spacing: 5px;
    margin: auto 130px 45px 110px;
}

th {
    color: white;
}

td {
    padding: 5px 10px;
    background-color: rgba(0, 0, 555, 0.75);
    width: 18.18%;
    border-radius: 10px;
    color: rgba(50, 205, 50);
}

tr:nth-child(odd) td {
    background-color: rgba(255, 0, 0, 0.9);
}

tr td:first-of-type {
    background-color: transparent;
    font-size: 25px;
    color: white;
    text-align: right;
    width: 9.09%;
}

td:not(:first-of-type) {
    font-family: 'Shadows Into Light', cursive;
}