body{margin:0;width:100vw;min-height:100vh;background-color:#42395e;background-image:linear-gradient(to right,#2e2742,#42395e 25%,#42395e 75%,#2e2742);border-radius:0;display:flex;justify-content:center}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit;border-radius:.5rem}h1,h2,h3,h4,h5,h6{margin:0;color:#63d0e0}p{margin:0}a{text-decoration:none;font-weight:700;color:#f186db}#root{margin:0;width:100vw;max-width:1000px;min-height:100vh;display:flex;flex-direction:column;align-items:center;color:#d0f5fc;font-family:Philosopher,sans-serif;padding-bottom:1rem}main{max-width:1200px;display:flex;flex-direction:column;align-items:center}.slideshow{width:100%;height:fit-content;display:flex;flex-direction:row;justify-content:space-around;padding:7% 0;align-items:center}.slideshow img{width:20%;border:2px solid #EF63CD}img.outer{z-index:1;opacity:70%}img.inner{z-index:2;transform:scale(1.2)}img.outer:first-of-type{transform:translate(35%)}img.outer:last-of-type{transform:translate(-35%)}img.center{z-index:3;transform:scale(1.5)}.arrow{font-size:3rem;padding:.5rem;cursor:pointer;transition-property:transform;transition-duration:.5s}.arrow:hover{color:#f186db}#prev{transform:translate(150%)}#prev:hover{transform:translate(150%) scale(1.8)}#next{transform:translate(-150%)}#next:hover{transform:translate(-150%) scale(1.8)}.title{width:85%;border:2px solid #EF63CD;padding:1rem;background-color:#2e2742;z-index:2}.large-banner{width:75%;border:2px solid #EF63CD;padding:1rem;transform:translateY(-.5rem);background-color:#2e2742;line-height:1.3rem;white-space:pre-wrap}.large-banner h2{margin:1rem 0 .5rem}.large-banner strong{color:#63d0e0}.badge{padding:1rem;margin:1rem;border:2px solid #EF63CD;border-radius:.5rem;min-width:20%;text-align:center;font-size:1.25rem;background-color:#2e2742;transition-property:transform;transition-duration:.5s}.badge:hover{color:#f186db;transform:scale(1.4)}.collection{width:75%}.comm-banner{display:flex;width:100%;padding:.5rem;padding:1rem;margin:.5rem;flex-direction:row nowrap;justify-content:flex-start;border:2px solid #EF63CD;background-color:#2e2742}.icon{height:8rem;width:8rem;object-fit:contain;margin-right:1rem}.home{margin:1.25rem}#overlay{z-index:5;position:fixed;top:0;bottom:0;left:0;right:0;width:100vw;height:100vh;background-color:#2e274299;display:flex;align-items:center;justify-content:center}#overlay>img{border:2px solid #EF63CD;height:90%;width:90%;max-height:1000px;max-width:1000px;aspect-ratio:1/1}
