body{
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    margin: 0;
}

table {
    width: 100%;
    height: 70vh;
    background-color: rgb(25, 25, 25);
    color: white;
}
td {
    width: 25%;
    text-align: center;
    font-size: 30px;
}
td:hover{
    background-color: rgb(30, 30, 30);
    cursor: pointer;
}

#result{
    background-color: rgb(14, 36, 160);
}

#result:hover{
    background-color: rgb(0, 195, 255);
}

#resultArea{
    height: 30vh;
    background-color: rgb(50, 50, 50);
    color: white;
    font-size: 64px;
    text-align: middle;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 24px;
    box-sizing: border-box;
}

.highlight{
    background-color: rgb(77, 73, 73);
}

#resultMuhsin{
    background-image: 'bilder/background.png');
}