html{font-family:Funnel Sans;line-height:1.3;font-weight:800;font-size:24px;color-scheme:dark;color:#f2ebfb;background-color:#fbfaff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;flex-direction:column;min-width:320px}html,body,#root{min-height:100%;height:100%}a{line-height:0}h1{margin:5px}p{margin:5px 0 15px;font-size:18px;font-weight:400}.homebox{min-height:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.topbox{width:100%}.bottombox{width:100%;height:140px;background-color:#2f2046;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center}.headerbox{width:100%;min-height:100px;max-height:140px;aspect-ratio:10 / 1;background-color:#2f2046;display:flex;flex-direction:row;justify-content:space-around;align-items:flex-end;padding:6px}label{font-size:18px;font-weight:400}button{background-color:#d4bbfc;color:#624393;transition:.2s;font-family:Funnel Sans;font-size:20px;font-weight:1000;border-radius:6px;border:none;padding:10px}button:hover{background-color:#ebd9fc;cursor:pointer}button.pack{margin:5px 0}.divider_row{width:100%;background-color:#2f2046;height:29px}.footerButton{margin:2%}.footerButton img{transition:.2s}.footerButton:hover img{transform:scale(1.2)}@media screen and (max-width:600px){.headerbox{min-height:initial;max-height:initial;aspect-ratio:initial;flex-direction:column;justify-content:space-between;align-items:center;padding:6px}}.homebutton img{transition:.2s}.homebutton:hover img{transform:scale(1.2);rotate:-2deg}.galleryBox{background-color:#160235;overflow:hidden}.galleryRow{position:relative;display:flex;flex-direction:row;flex-wrap:nowrap;align-content:center;align-items:center;gap:20px;animation:bannermove 50s linear infinite}.stop .galleryRow{animation-play-state:paused}@keyframes bannermove{0%{transform:translate(-66.6666666%)}to{transform:translate(-33.33333333%)}}.card_container img{transition:.3s;filter:blur(2px)}.small img{transform:scale(.7)}.card_container:hover img{filter:blur(0px);transform:scale(1.4)}.infoBox{position:absolute;display:flex;flex-direction:row;flex-wrap:nowrap;align-content:center;justify-content:center;align-items:center}.infoBoard{z-index:10;position:absolute;transition:.3s;min-width:300px;max-width:600px;width:50%;border-radius:15px;display:flex;flex-direction:column;flex-wrap:nowrap;align-items:center;gap:5px;padding:25px;color:#9667e0;background-color:#fbfaff}.infoBoard.hidden{opacity:.3}
