2026 Census dissemination planning web module has been released
/* --- Main Layout Container --- */
.page-container {
max-width: 1100px; /* Adjust total width of the content area */
margin: auto; /* Centers the layout on the page */
display: flex;
flex-wrap: wrap; /* Allows stacking on mobile */
align-items: flex-start;
font-family: 'Google Sans Text', sans-serif;
}
/* --- 1.