table {
    border-collapse: collapse;
    background-color: var(--white);
    box-shadow: 4px 4px 0px 0px #DD702D;
    font-family: "Fira Regular", sans-serif;
}

th, td {
    border: 1px solid #DD702D;
    padding: 10px 12px;
    text-align: center;
    font-family: "Fira Regular", sans-serif;
}

th {
    color: var(--green);
    font-size: 20px;
    font-weight: 600;
    font-family: "Fira Regular", sans-serif;
}

tr th:first-child,
tr td:first-child {
    text-align: left;
}
