body {
    margin: 0;
}

table {
    width: 100%;
    height: 70vh;
    background-color: #161616;
    color: burlywood;
    text-align: center;
    font-size: 28px;
}
td {
   width: 25%;
   height: 20%;
} 
td:hover {
background-color: rgb(25, 25, 25);
font-size: 80px;
}
#Anzeige {
height: 30vh;
background-color: darkcyan;
font-size: 56px;
font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
display:flex;
justify-content: flex-end;
align-items: center;
}
#deleteLast {
background-color: darkred;
}
#deleteLast:hover {
background-color: rgb(180, 0, 0);
color: white;
font-size: 32px;
}

#istgleich {
background-color: rgb(8, 66, 25);
}
#istgleich:hover {
background-color: rgb(13, 107, 41);
color: white;
}