.table th{
    background-color: black;
    color: white;
}
.table td{
    vertical-align: middle;
}

.table {
    overflow-x: scroll;
}