@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
    display: flex;
    justify-content: center;
    min-height: 100vh;
    margin: 0;
    font-family: "Merriweather Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 12pt;
}

.container {
    max-width: 800px; /* Set your desired maximum width here */
    width: 100%;
    padding: 20px; /* Optional: Add some padding for better readability */
    box-sizing: border-box; /* Ensure padding and border are included in the width */
}

.flist-table-cell {
    padding: 0.5em;
    width: 33.33%;
    vertical-align: top;
}

p {
    /* line-height: 1.6; */ /* Optional: Improve readability by setting line height */
}
