.top {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.top main {
    flex: 1;
}
