.mainzone {
    min-height:80vh;
}

.scrollable-zone {
        max-height: 80vh;
        overflow-y: auto;
}

