@import url("https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap");.page_container__jZF7q{position:relative;padding:2vh;font-family:Indie Flower,cursive;height:100vh;background-color:pink}.page_star__Q1gRa{position:absolute;width:7.5vw;height:7.5vw;animation:page_stars-animation__hbZ7i 3s infinite alternate}@keyframes page_stars-animation__hbZ7i{0%{transform:translate(-50%,-50%) scale(0)}to{transform:translate(-50%,-50%) scale(1)}}.page_title__po7na{color:#fff;font-size:6vw;font-weight:700}.page_nav__ijo23{display:flex;justify-content:space-around;margin-bottom:10vh;font-weight:700;font-size:4vw}.page_nav__ijo23 a{color:#fff;text-decoration:none}.page_images__c7L2M{display:flex;justify-content:center}.page_images__c7L2M img{width:50vw;height:50vw;border-radius:50%;margin-right:1vw;animation:page_showImage__GvHwv 9s infinite,page_bounce__i7ayu 2s infinite}@keyframes page_showImage__GvHwv{0%{opacity:0}to{opacity:1}}@keyframes page_bounce__i7ayu{0%,to{transform:translateY(0)}to{transform:translateY(-3vh)}}.page_images__c7L2M img:nth-child(2){animation-delay:-6s,-6s}.page_images__c7L2M img:nth-child(3){animation-delay:-3s,-3s}@media only screen and (min-width:1024px){.page_title__po7na{font-size:40px}.page_nav__ijo23{font-size:30px}.page_images__c7L2M img{width:200px;height:200px}}