
body {
    font-family: "Open Sans", sans-serif;
    margin: 0;;
}

table {
    width: 100%;
    height: 70vh;
    background-color: rgb(20, 20, 20);
    color: white;
    
}

td {
    width: 25%;
    text-align: center;
    font-size: 23px;
}

td:hover {
    background-color: rgb(30, 30, 30);
    cursor: pointer;
}

#resultArea {
    height: 30vh;
    background-color: rgb(40, 40, 40);
    color: white;
    font-size: 66px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 24px;
    box-sizing: border-box;
}

#gleichzeichen {
    background-color: rgb(0, 0, 255);
}

#gleichzeichen:hover {
    background-color: rgb(55, 55, 255);
}

.heighlight {
    background-color: rgba(25, 25, 25);
}

