.layout_container__F8gUU{display:grid;grid-template-areas:"header" "main" "footer";grid-template-rows:auto auto 1fr;align-items:center}.layout_logo__kJlMN{height:40vmin;pointer-events:none}.layout_header__ajigz{grid-area:header}.layout_main__IC0zG{grid-area:main}.layout_header__ajigz,.layout_main__IC0zG{display:flex;flex-direction:column;align-items:center;justify-content:center}.layout_footer__ke1Oa{grid-area:footer}.layout_link__RDXtV:hover{text-decoration:underline}.layout_link__RDXtV{color:#704cb6}.layout_link__RDXtV.layout_active__4tdEs{text-decoration:underline}@media (prefers-reduced-motion:no-preference){.layout_logo__kJlMN{animation:layout_logo-float__ZRzUF 3s ease-in-out infinite}}@keyframes layout_logo-float__ZRzUF{0%{transform:translateY(0)}50%{transform:translateY(10px)}to{transform:translateY(0)}}body,html{padding:0;margin:auto;font-family:system-ui,sans-serif}body{min-height:100vh;display:flex;flex-direction:column}header{position:-webkit-sticky;position:sticky;top:0;z-index:1}main{min-height:69.5vh;max-width:1560px;justify-self:center}footer{margin-top:auto}a{color:inherit;text-decoration:none}*{box-sizing:border-box}