@import"https://fonts.googleapis.com/css2?family=Mada:wght@200..900&display=swap";:root{font-family:Mada,sans-serif;--primary: rgb(4, 147, 223);--secondary: rgb(4, 0, 1);--tertiary: rgb(255, 255, 255);--text-primary: rgb(243, 243, 241);--text-secondary: rgb(200, 212, 226);--text-tertiary: rgb(68, 140, 178);background:var(--secondary)}html,body{margin:0;padding:0;scroll-behavior:smooth}#root{position:relative;margin:0;padding:0!important;min-width:100%;height:fit-content;place-items:center}header{display:flex;flex-direction:row;position:fixed;justify-content:left;align-items:center;min-width:100%;background:var(--primary);z-index:1}header>*{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}header>#HeaderLogo{flex:0 1 auto;align-self:center;padding:10px;width:auto;height:5dvh}header>#HeaderText{display:flex;flex-direction:row;flex:1 1 auto;gap:max(1rem,5%);padding-left:5%;padding-right:5%}header>#HeaderText>h3.head{display:inline-flex;flex-direction:row;align-items:center;flex:0 1 auto;border-radius:.5rem;width:fit-content;font-size:1.75dvh;padding:0;color:#fff}header>#HeaderText :hover{cursor:pointer}section{display:flex;min-width:100%;min-height:100dvh;align-content:center;place-items:center;flex-direction:row;flex-wrap:wrap;gap:3dvh 0dvh;text-align:center}section>*{flex:0 1 auto}section>img{width:max(30dvw,30dvh);padding:0}section>.TextBox{margin:2%;padding:2%;font-size:clamp(9px,1dvw,15px);height:fit-content;width:fit-content;border-radius:1.5rem}section>iframe{margin:2%;padding:2%;border:none;width:max(300px,50%);aspect-ratio:6/4}#StoreGrid{display:flex;flex:0 1 auto;flex-direction:row;flex-wrap:wrap;width:80dvw;height:30%;gap:1rem;justify-content:space-evenly;align-items:center}#StoreGrid>a{display:flex;flex:0 1 auto;padding:20px;border:5px solid;text-align:center;place-items:center;height:auto;width:clamp(50px,15dvw,150px);aspect-ratio:1/1;border-radius:2rem;justify-content:center;text-decoration:none}#StoreGrid>a>h1{font-size:clamp(15px,max(2dvh,2dvw),35px)}footer{position:absolute;bottom:0;left:0;min-width:100%;height:fit-content;align-items:center;background-color:#000}footer>h4{color:#fff;font-weight:medium;font-size:1.5dvh;text-align:left;margin-left:2dvw}
