@keyframes switchColors{0%,to{background-image:linear-gradient(to right,red 25%,#fff 25%,#fff 75%,red 75%)}50%{background-image:linear-gradient(to right,#fff 25%,red 25%,red 75%,#fff 75%)}}html{background-size:100px 100vh;background-repeat:repeat-x;background-position:0% 0%;animation:switchColors 2s infinite}body{margin:0;padding:0;font-family:Arial,sans-serif;overflow-x:hidden}.section{font-size:24px;padding:20px;background:#f9f9f900;border-radius:8px;position:relative;z-index:10;margin:20px 10px}#pop_corn_container{position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;z-index:5}iframe{width:560px;height:315px;border-radius:15px;display:block;margin:0 auto;background:#000;box-shadow:0 0 25px 25px #00000080;z-index:10}.social-links{display:flex;margin-top:20px;justify-content:center;gap:10px;z-index:50}.social-link img{max-width:50px}.scroll-animation{text-align:center;margin:20px 0;animation:scroll-text 2s infinite}@keyframes scroll-text{0%,to{opacity:0}50%{opacity:1}}.story{display:block;text-align:center;background:#fff5e6c6}.dot{width:35px;height:35px;position:absolute;top:-50px;background:url(https://contentservice.mc.reyrey.net/image_v1.0.0/?id=c1627fe5-a7e7-5fb7-af61-374c65707e3c&637384707423276230);background-size:100% 100%;filter:drop-shadow(0px 0px 5px rgba(0,0,0,.25))}@keyframes pop{0%{transform:scale(.1)}3%{transform:scale(2)}6%{transform:scale(1)}to{transform:scale(1) rotate(720deg);top:105%}}@media (max-width: 600px){iframe{width:300px;height:315px;border-radius:15px;background:#000;box-shadow:0 0 25px 25px #00000080}}
