@import"https://fonts.googleapis.com/css2?family=Imperial+Script&family=Tangerine:wght@400;700&display=swap";*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html{color-scheme:dark light}body{min-height:100vh}img,picture,svg,video{display:block}ol,ul{list-style:none}a{text-decoration:none;color:inherit}button{border:none;background:none;cursor:pointer}.app{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem;text-align:center;background-color:#000}.loading-screen{position:fixed;top:0;left:0;z-index:10;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background-color:#fff}.loading-text-main{position:relative;display:inline-block;font-size:96px;font-weight:400;color:#000;margin-bottom:20px;font-family:Imperial Script,cursive;transition:color 1s}.loading-text-main:after{content:"";position:absolute;left:0;bottom:-20px;width:0;height:2px;background-color:#000;animation:grow 3s ease forwards;transition:background-color 1s}.fade{color:#fff}.fade:after{background-color:#fff}@keyframes grow{0%{width:0}to{width:100%}}.loading-text-sub{font-size:24px;color:#fff}.img-displayer-wrapper{display:flex;justify-content:center;align-items:center;margin-top:20px}.pic{max-width:100%;max-height:90vh;width:auto;height:auto;object-fit:contain;display:block}.pic[style*=portrait]{height:100%;width:auto}.pic[style*=landscape]{width:100%;height:auto}.left-arrow,.right-arrow{width:50px;height:50px;cursor:pointer}.left-arrow{transform:rotate(90deg)}.right-arrow{transform:rotate(-90deg)}.arrows{display:flex;justify-content:space-between;align-items:center;position:absolute;top:0;left:0;height:100%;width:100%}@media (max-width: 768px){.loading-text-main{font-size:48px}.loading-text-sub{font-size:16px}.left-arrow,.right-arrow{width:30px;height:30px}}.contact-logo{position:fixed;top:10px;left:20px;z-index:1000;width:40px;height:40px;border-radius:50%;margin-top:20px;transition:transform .5s ease}@media (max-width: 768px){.contact-logo{width:25px;height:25px}}.contact-info{position:fixed;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-around;color:#000;font-family:Imperial Script,cursive;font-size:56px;top:0;left:0;z-index:1001;background-color:#fff;padding:10px}.info-wrapper{display:flex;height:250px;width:100%;flex-direction:column;justify-content:space-between;align-items:center}@media (max-width: 768px){.contact-info{font-size:36px}.info-wrapper{height:400px}}.return-button{width:fit-content;padding:10px 20px;background-color:#fafafa;color:#000;font-family:Imperial Script,cursive;font-size:30px;border:1px solid black;border-radius:5px;margin-top:20px}@media (max-width: 768px){.return-button{font-size:24px;padding:5px 10px;border-radius:3px}}
