:root{--background:black;--foreground:white;--form-background:rgb(20,20,20);--button-hover-bg:rgb(212,1,1)}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}.root_bodyContainer__s1mAL{height:100vh;display:grid;grid-template-columns:10rem 1fr;grid-template-rows:auto 1fr auto;grid-template-areas:"logo header" "nav main " "nav footer"}.root_logoContainer__JBs4M{grid-area:logo;border-right:1px dashed white;display:flex;justify-content:center;align-items:center}.root_header__1K_Z2{grid-area:header;display:flex;justify-content:center;font-size:5rem;color:red}.root_main__T1GZD{grid-area:main;padding-left:1rem}@media (max-width:1000px){.root_bodyContainer__s1mAL{display:flex;flex-direction:column;align-items:center}.root_header__1K_Z2{margin-top:1.5rem}.root_main__T1GZD{padding-left:0}.root_logoContainer__JBs4M{display:none}.root_header__1K_Z2{padding-top:0;font-size:3rem}}.footer_footer__AQTwI{grid-area:footer;display:flex;align-items:center;justify-content:center;padding-bottom:1rem;gap:2rem}.footer_footerInstagram__aQqrx{width:2.5rem;height:2.5rem}@media (max-width:1000px){.footer_footer__AQTwI{width:100vw;margin-top:auto;margin-bottom:2rem;display:flex;gap:2rem}.footer_footerInstagram__aQqrx{width:2rem;height:2rem}}.nav_nav__BEpVH{grid-area:nav;border-right:1px dashed white}.nav_navList__BEZNu{margin-top:1rem;list-style:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;font-size:1.25rem}@media (max-width:1000px){.nav_nav__BEpVH{border-right:none;margin-top:1rem;padding-bottom:1rem;border-bottom:1px dashed white;overflow-x:scroll}.nav_navList__BEZNu{flex-direction:row;font-size:1rem}}