table,
th,
td {
    text-align: center;
    font-size: large;
    color: black;
}

td {
    background: #82a3e46b;
}

@media (max-width: 768px) {

    table th,
    td {
        padding: 2px;
        font-size: 2vw;
        color: black;
    }
}