section {
    display: flex;
    flex-direction: column;
    margin: 0;
}

.section {
    flex: 1;
    width: 100%;
    height: 90vh; /* Ensures it still fills the screen height */
}
