.fixed-width-table {
    width: 600px; /* Set the desired table width in pixels */
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse; /* Optional: Remove gaps between cells */
}

.fixed-width-table td {
    vertical-align: top; /* Align content to the top */
    padding: 5px;        /* Optional: Add padding */
}

/* custom.css */
.round-image {
    border-radius: 8px;
}
