body {font-family: 'BhuTuka Expanded One', cursive;
    margin: 0;}

    td {width: 25%; background-color: #323232; text-align: center;}

table {width: 100%;
height: 80vh;background-color: rgb(60, 60, 60);
color: rgb(185, 184, 184);
text-align: center;
font-size: px;
font-family: 'BhuTuka Expanded One', cursive;
}

td:hover {
    background-color: rgb(40, 40, 40);
    cursor: crosshair;}

#ergebnisfeld {height: 20vh;
background-color: rgb(70, 70, 70);
font-size: 60px;
display: flex;
justify-content: flex-end;
align-items: flex-end;
padding: 24px;
box-sizing: border-box;
}
    
#result{background-color: rgb(31, 31, 31);}    
#result:hover {background-color: rgb(104, 101, 97);}    
    
.rechnungsknöpfe {background-color: black;} 
.rechnungsknöpfe:hover {background-color: rgb(65, 66, 66);}  