:root{--footer-height: 60px;font-family:PT Sans Narrow;font-size:1.6rem}*{margin:0;padding:0}main{min-height:100vh;display:flex;flex-direction:column;align-items:center;background:#9fffff;background:linear-gradient(0deg,#9fffff,#00b6b6);color:#fff;text-shadow:0 0px 7px rgba(0,0,0,.8);box-shadow:0 3px 10px #0000004d}section{margin-top:3rem;width:800px;border:1px solid white;border-radius:1.3rem;padding:2rem;text-shadow:0 0 3px black;background-color:#00d5d5}h1{font-size:4rem;margin-top:2rem}footer{clip-path:polygon(0 0,100% 0,100% 100%,0 100%);position:relative;height:var(--footer-height)}.footerContent{position:fixed;display:flex;color:#222;height:var(--footer-height);width:100%;bottom:0;align-items:center;justify-content:center}.squirrelLogo{max-width:200px;filter:drop-shadow(0 20px 15px rgba(0,0,0,.5));margin-bottom:3rem}a{color:#fff;text-decoration:none}
