a, button {
    cursor: pointer;
}

.tablePaddedBox{
    background-color: white;
    padding: 1.9rem 1.5rem;
    border-radius: 10px;
}

body{
    font-family: Arial, Helvetica, sans-serif !important;
}