:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background:#020024;background:linear-gradient(90deg,#020024,#2a102f);text-shadow:0px 0px 10px rgba(231,97,255,.8);min-height:100vh;display:flex;justify-content:center;align-items:center;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-ms-overflow-style:none;scrollbar-width:none}:root::-webkit-scrollbar{display:none}.drop{position:absolute;font-size:20px;color:#ffffff4d;animation:fall 10s linear forwards;font-size:4vw}@keyframes fall{0%{transform:translateY(-50vh)}to{transform:translateY(300vh)}}@media screen and (max-width:700px){.drop{font-size:8vw}}.container{margin-top:4vh;position:relative;width:min(50vw,900px);padding:1.5rem;background:#4c1d5480;border-radius:20px;aspect-ratio:4 / 3;text-align:center;box-sizing:border-box;color:#fee2ffcc;text-shadow:0px 0px 10px rgba(231,97,255,.8)}.title{font-size:clamp(1.6rem,5vw,2.5rem)}.text-small{font-size:clamp(.95rem,2.5vw,1.1rem)}.buttons{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;margin-top:5rem}.buttons img{width:13rem;padding:.5rem}.buttons #temp-icon{font-size:clamp(.5rem,.4vw,.5rem)}.redirect{width:15rem;padding:.5rem;background:#4c1d54cc;border-radius:10px;border-color:#994ea8;margin:.5rem;color:#fee2ffcc;text-shadow:0px 0px 10px rgba(231,97,255,.8);font-size:clamp(1rem,1.6vw,1.5rem)}.redirect:hover,.buttons button:hover{background:#6b2976;scale:1.05;text-decoration:underline;cursor:pointer;animation:hover .5s ease-in-out alternate infinite;transition:all .5s ease}@keyframes hover{0%{rotate:2deg}to{rotate:-2deg}}@media screen and (max-width:700px){.container{width:90vw;aspect-ratio:auto;border-radius:15px}.buttons{margin-top:3rem}.buttons img{width:5rem}.buttons .redirect{width:8rem;font-size:clamp(1.2rem,3.5vw,2.5rem)}}.gallery-container{column-count:3;column-gap:20px}.photo-gallery{overflow:hidden;border-radius:10px;padding:0;margin-bottom:20px;border:none;background:none}.photo{width:100%;height:auto}.container-2{margin-top:4vh;position:relative;padding:1.5rem;background:#4c1d5480;aspect-ratio:4 / 3;text-align:center;box-sizing:border-box;color:#fee2ffcc;text-shadow:0px 0px 10px rgba(231,97,255,.8);width:80vw;aspect-ratio:auto;border-radius:15px}@media screen and (max-width:700px){.container-2{width:100vw;aspect-ratio:auto;border-radius:15px}.gallery-container{column-count:1}}@media screen and (max-width:1600px)and (min-width:700px){.container-2{width:90vw;aspect-ratio:auto;border-radius:15px}.gallery-container{column-count:2}}@media screen and (min-width:2000px){.container-2{width:90vw;aspect-ratio:auto;border-radius:15px}.gallery-container{column-count:4}}
