body {
    font: 1.2rem/1.5 var(--bs-font-monospace);
    font-family: Courier, monospace;
    font-weight: 400;
    text-transform: none;
}

table {
        width: 100%; /* Adjust table width as needed */
        table-layout: fixed; /* This helps in applying strict widths */
    }

    .big {
        width: 40%; /* Set your desired width */
        word-wrap: break-word; /* Ensures text wraps */
    }

    .small {
        width: 20%; /* Set your desired width */
        word-wrap: break-word; /* Ensures text wraps */
    }

