body {
    font-family: "Lexend", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: #f7f9fd;
    font-optical-sizing: auto;
    font-weight: 350;
    font-style: normal;
    margin: 0;
    min-height: 100%;

    /* responsiveness */
    max-width: 1536px;
    margin-left: auto;
    margin-right: auto;
    transition: color 0.25s;
}

.tables-container {
    width: 90vw;
    max-width: 62.5em;
    border-radius: 5px;
    margin: auto; /* space distributed evenly in div */
    background-color: #fafafa;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
