@import"https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap";*{font-family:Inter}body,html{padding:0;margin:0;height:100%}#root{height:100%;box-sizing:border-box;background-color:#141414;display:flex;flex-direction:column}#root .content{display:flex;flex-direction:column;background-color:#1e1e1e;padding:64px;box-sizing:border-box;flex-grow:1;height:100%;width:1024px;align-self:center}@media (max-width: 1024px){#root .content{width:100%;min-width:none}}#root .footer{background-color:#1e1e1e;height:384px}h1,h2,p,span.generic-horizontal-line{color:#c8c8c8}h1,h2{margin:16px 0;font-weight:300}h1 b,h2 b{font-weight:600}h1{font-size:48px;margin-top:0}h2{font-size:32px}p{margin:0}a{color:#05f}span.generic-horizontal-line{background-color:#f55;max-width:384px;height:4px}.centered{text-align:center}
