body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{scroll-behavior:smooth}#root,body,html{height:100%;width:100%}:root{--background:#0071e3;--white-text:#fff;--hover-text:#222;--button-background:#fff;--button-background-hover:#000;--button-text:#007af7}.cookie-container{align-content:center;align-items:center;background:#0071e3;background:var(--background);bottom:0;color:#fff;color:var(--white-text);display:flex;flex-wrap:wrap;font-size:1rem;gap:2rem;padding:1rem 2rem;position:fixed;visibility:visible;z-index:1}.cookie-container a:hover{color:#222;color:var(--hover-text)}.cookie-container .cookie-text{flex:8 1 768px}.cookie-container .agree{flex:1 1 150px;text-align:center}.agree button{background:#fff;background:var(--button-background);border:none;border-radius:20px;color:#007af7;color:var(--button-text);cursor:pointer;font-size:1rem;padding:.4rem 1.2rem}.agree button:hover{background:#000;background:var(--button-background-hover);color:#fff;color:var(--white-text)}