section {
    display: block; /* Hide all sections by default */
}


section.hidden {
    display: none; /* Show the active section */
}
