@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

body {
    margin: 0;
}

#container1{
	scroll-snap-type: y mandatory;
    height:100vh; 
    overflow-y: scroll;
    overflow:s hidden;
      
}


.section{
    scroll-snap-align: start;
	text-align: center; 
    height: 100%;
    background-repeat: no-repeat;


}
    

.mytext{
    position: relative;
    text-align: center;
    color:white;
    top:50%;
    font-family: 'Montserrat', sans-serif;
    font-size: 5em;   
}

#google_translate_element{
    float:right;
}
