body {
    font-family: 'Noto Sans', sans-serif;
    margin: 0;

}
    td {
    width: 25%;
    text-align: center;
    font-size: 90px;
}

td:hover {
background-color: rgb(15,15,60);
cursor: pointer;
}

table {
    width: 100%;
    height: 75vh;
    background-color: rgb(9, 9, 59);
    color: lightgreen;
    font-family: 'Noto Sans', sans-serif
    .antiselect{
        user-select: none;
    }

 
}

#resultArea {
    height: 25vh;
    background-color:rgb(25,25,100);
    font-size:100px;
    justify-content: flex-end;
    align-items: flex-end;
    display:flex;
    color:aquamarine;
    padding: 20px;
    box-sizing: border-box;

}

#downArea {
    background-color: #191946;
    text-align: center;

   
}

