body{
    padding: 100px;
    font-family: 'Josefin Sans';
}

table{
    border: 2px solid black;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

table{
    margin: auto;
    width: 400px;
}

td{
    text-align: center;
    font-size: 30px;
    width: 100px;
    height: 60px;
}

button{
    width: 100%;
    height: 100%;
    font-size: 25px;
    font-family: 'Josefin Sans';
    font-weight: 500;
    cursor: pointer;
    background-color: white;
}

button:hover{
    background-color: whitesmoke;
}

#button-1{
    color: #FABD14;
    border: 1px solid #FABD14;
}

#button-2{
    color : #EA4335;
    border: 1px solid #EA4335;
}

#button-3{
    color: #289E64;
    border: 1px solid #289E64;
}

#top{
    height: 50px;
}

#text-area{
    text-align: right;
    padding: 10px;
    font-size: 30px;
}