table {
    border-collapse: collapse;
    width: 100%;
}

th {
    background-color: #2D2D2D;
}

th,
td {
    border: 1px solid white;
    color: white;
    padding: 10px 10px;
    text-align: start;
}

.table-container {
    width: 100%;
    overflow-x: auto;
}