table {
    width: 100%;
    border-collapse: collapse;
}

tr {
    background-color: white;
}

tr > * {
    text-align: center;
    border: 1px solid black;
}



.table-heading {
    background-color: rgb(56, 56, 56);
    color: white;

}

.table-flex {
    display: flex;
    flex-wrap: wrap;
}

