body {
    background-color: black;
    color: white;
    font-family: "Arial";
}

.center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* height: 50vh; */

}

.container {
    margin: 10px;
}

.container .infotext {
    margin-top: 10px;
    font-size: 10px;
}

table,
th,
td {
    border: 1px solid black;
    border-collapse: collapse;
    /* padding: 10px; */
    text-align: center;
    /* Text horizontal mittig ausrichten */
    vertical-align: middle;
    /* Text vertikal mittig ausrichten */

}


table tr {
    height: 30px;
}

table tr:first-child {
    font-size: 50px;
    color: yellow;
}

img {
    width: 80%;
}

#new {
    
}

#new a{
    color: white;
    text-decoration: none;
}