@media(max-width: 992px) {
    body, .btn {
        font-size: 2rem;
    }
}
.table .table-row:nth-child(odd) {
    background: #fff;
}
.table .table-row:nth-child(even) {
    background: #f2f2f2;
}