.Header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:10px 16px;position:sticky;top:0;border-bottom:1px solid var(--gray);background-color:var(--beige);z-index:2000}@media(min-width:768px){.Header{padding:20px}}.HeaderLeftElement{display:flex;flex-direction:row;justify-items:start;justify-content:start;align-items:center;font-size:32px;padding-left:0;gap:5px;font-weight:200;font-family:Inter,sans-serif;flex-shrink:0}.HeaderLogo{width:120px}@media(min-width:768px){.HeaderLogo{width:160px}}.Footer{flex:1;display:flex;align-items:start;padding:20px;background-color:var(--beige);border-top:1px solid var(--gray);color:var(--gray)}.Footer a{color:var(--gray);text-decoration:underline}.Footer a:hover{color:var(--black)}.Main{display:flex;flex-direction:column;align-items:stretch;justify-content:start;width:100vw;height:100vh;background-color:var(--beige)}.AppSection{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center}.AppSectionContent{max-width:min(1366px,100%);flex:1}
