thead {
    background-color: dodgerblue;
}


tbody {
    background-color: aliceblue;
}

.table {
    width: 83%;
    max-width: 100%;
    margin-bottom: 20px;
    margin: auto;
}