.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS */body.home{
    overflow: hidden;
}

.main-container{
    overflow: scroll;
    scroll-snap-type: y mandatory;
    height: 100vh;
}

.main-container > div{
    scroll-snap-align: start;
}/* End custom CSS */