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

.table th,
.table td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.table th {
    background: #f3f4f6;
    font-weight: 700;
}
