table {
    width: 80vw;
    background-color: var(--neutral);
}

th, td {
    border: 1px solid black;
}