html {
    overflow-y: scroll;
}

h1 {
    font-size: 35px;
    line-height: 40px;
}

#page.page {
    flex-direction: row;
}

#page.page .main-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
}

#block-vesta-theme-content {
    margin-bottom: 0;
}

/*media*/
@media(max-width: 1200px) {
    #page.page {
        flex-direction: column;
    }
}