.darkmode {
    background-color: #262626;
}
.white {
    color: white;
}
td {
    width: 25%;
    font-size: 35px;
    font-family: "Roboto",sans-serif;
}
table {
    width: 100%;
    height: 70vh;
    text-align: center;
    color: white;
}
td:hover {
    background-color: #444141;
    cursor: pointer;
}
#resultArea {
    font-family: "Roboto",sans-serif;
    height: 20vh;
    background-color: #4b4b4b;
    margin: 0;
    font-size: 50px;
    text-align: right;
    align-items: flex-end;
    display: flex;
    justify-content: flex-end;
    padding: 24px;
    box-sizing: border-box;
}
.blue {
    background-color: #5f9ea0;
}