body{
    margin: 0;
}
        
    table{
        width: 100%;
        height: 70vh;
        background-color: rgb(20, 20, 20);
        color: white;
        
    }
    td{
        width: 25%;
        text-align: center;
        font-size: 24px;
    

    }
    td:hover{
        background-color: rgb(50, 50, 50);
        cursor: pointer;
    }
    #ResultArea{
    height: 30vh;
    background-color: rgb(166, 218, 231);
    color: rgb(0, 0, 0); 
    font-size: 64px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 24px;
    box-sizing: border-box;
}

    #result{
        background-color: rgb(48, 18, 9);
    }
    