.elementor-9 .elementor-element.elementor-element-be12054 > .elementor-container{min-height:65vh;}/* Start custom CSS */body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Center the content vertically */
}/* End custom CSS */