body,html{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;height:100%;overflow:hidden}a{color:inherit;text-decoration:none}*{-webkit-box-sizing:border-box;box-sizing:border-box}#header{display:flex;align-items:center;align-content:center;justify-content:center;grid-gap:10px;gap:10px;top:0;height:90px}#content,#header{position:absolute;left:0;right:0;background:#fff}#content{bottom:0;top:90px;height:expression(document.body.clientHeight-90)}.logo{display:inline-block;height:50px;text-decoration:none}.link,.link:visited{font-weight:600;color:#003595}.link:focus,.link:hover,link:active{color:#4ac1e0}