.container{padding:0 20%;display:flex;flex-direction:column;justify-content:center;align-items:center;height:calc(100% - 5em)}.main-container{background-color:var(--color-violet-white);font-family:Roboto,sans-serif;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:1em;padding-bottom:5em}.title-suffix{color:var(--color-violet);font-family:Roboto Bold;font-weight:700}.title-name{color:var(--color-pure-black);font-size:2em;font-weight:700;font-family:Rock Salt,cursive;line-height:1.4em}.title{color:#fff;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;font-size:2em;font-weight:700;margin-bottom:-.4em}.main-container p{text-align:left}.main-container a{padding:1.8em 2.5em;background-color:var(--color-violet);color:var(--color-pure-white);text-decoration:none;border-radius:50px;box-shadow:-3px 5px 8px #0006}.main-container a:hover{background-color:var(--color-light-violet)}@media only screen and (min-width: 360px){.title-name{font-size:2.5em}.title{font-size:1.6em}.container{padding:10% 20%}.main-container p{max-width:60vw}}@media only screen and (min-width: 640px){.title-name,.title{font-size:3.5em}.container{padding:10% 20%}.main-container p{max-width:40vw}}@media only screen and (min-width: 768px){.title-name,.title{font-size:3.5em}.container{padding:10% 20%}.main-container p{max-width:40vw}}@media only screen and (min-width: 1024px){.main-container p{max-width:30vw}}@media only screen and (max-width: 1440px){.container{padding:10% 20%}.main-container p{max-width:40vw}}nav{margin:0;box-sizing:border-box;width:100%;height:3em;background-color:var(--color-violet);display:flex;align-items:center;justify-content:space-between;padding:1em}.brand{font-size:1em;padding-left:.5em;color:var(--color-white-violet);font-family:Rock Salt,cursive}.nav-menu{display:flex;flex-direction:row;align-items:center;justify-content:center;padding-right:.5em;gap:2em}.nav-menu a{color:var(--color-white-violet);text-decoration:none;padding:.8em 1em}.nav-menu a:hover{border-radius:8px;background-color:var(--color-light-violet)}.burger-menu{height:100%;width:3em;display:flex;flex-direction:column;align-items:center;justify-content:space-around;cursor:pointer}.burger-bar{width:1.5em;height:.15em;background-color:var(--color-pure-white);border-radius:.5em}.menu{height:calc(100vh - 3em);background-color:var(--color-grey);position:absolute;top:3em;right:0;transition:ease .2s}.menu.hidden{width:0%}.menu.hidden a{display:none}.menu.visible{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1em;width:100%}.menu.visible a{padding:.6em 1em;color:var(--color-white-violet);text-decoration:none;font-size:1.5em}.menu.visible a:hover{background-color:var(--color-light-grey);border-radius:8px}.menu.visible a:first-letter{font-family:Rock Salt}.burger-bar.clicked:nth-child(1){transform:rotate(45deg) translate(.75em,.03em);transition:ease-out .5s}.burger-bar.clicked:nth-child(2){transform:scale(.1);transition:ease-out .5s}.burger-bar.clicked:nth-child(3){transform:rotate(135deg) translate(-.5em,-.25em);transition:ease-out .5s}.burger-bar.unclicked{transform:rotate(0) translate(0);transition:cubic-bezier(.175,.885,.32,1.275) .25s}@media only screen and (max-width: 768px){.nav-menu{display:none}}@media only screen and (min-width: 768.1px){.burger-menu{display:none}}@font-face{font-family:Roboto;src:url(/assets/Roboto-Regular-7277cfb8.ttf)}@font-face{font-family:Roboto Black;src:url(/assets/Roboto-Black-f34fc114.ttf)}@font-face{font-family:Roboto Bold;src:url(/assets/Roboto-Bold-39a2f9d2.ttf)}@font-face{font-family:Roboto Light;src:url(/assets/Roboto-Light-92d3691e.ttf)}@font-face{font-family:Roboto Medium;src:url(/assets/Roboto-Medium-ecf88da1.ttf)}@font-face{font-family:Roboto Thin;src:url(/assets/Roboto-Thin-05d275fd.ttf)}@font-face{font-family:Rock Salt;src:url(/assets/RockSalt-Regular-c8256cee.ttf)}body,html{width:100%;height:100%;margin:0}:root{--color-pure-white: white;--color-pure-black: black;--color-white-violet: #F5ECFE;--color-yellow: #FDC500;--color-white: #F2F7FF;--color-violet: #8900F2;--color-light-violet: #A32BFF;--color-grey: #1F2028;--color-light-grey: #212647;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,Rock Salt,cursive;text-shadow:0 2px 0 rgba(0,0,0,.07);color-scheme:light;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}@media (color-scheme: light){:root{background-color:var(--color-white-violet);color:#000}}@media (color-scheme: dark){:root{background-color:var(--color-grey);color:#ffeb3b}}
