table {
    width: 100%;
}

.firstColumn {
    text-align: left;
}

.lastColumn {
    text-align: right;
}

.secondTr {
    background-color: var(--secondary-color);
}
