html{--linkRadius: 14px;font-family:Georgia,serif;font-weight:500;font-size:1.1rem;box-sizing:border-box;-webkit-font-smoothing:antialiased;text-align:center}html h1,html a{font-family:Inter,sans-serif}*{background-color:#0f0f0f;color:#ddd}body{padding:2rem;margin:0px auto;height:100%;max-width:600px}img{max-width:100%;margin-bottom:2rem;border-radius:1rem}ul,ol{text-align:left}ul li,ol li{margin-bottom:1rem}footer{margin-top:2rem;font-size:.8rem}footer ul.socials{display:flex;flex-direction:row;max-width:250px;justify-content:space-between;margin:0 auto 1rem auto;padding:0}footer ul.socials li{list-style:none}footer ul.socials li img{width:1.8rem;height:1.8rem;margin-right:.5rem;opacity:.6;margin-bottom:0}main{min-height:70vh}main a{text-decoration:none;border-radius:var(--linkRadius);border:#ddd solid 1px;padding:.5rem 1rem;margin:1.2rem 0;min-height:64px;width:100%;font-size:1rem;display:flex;flex-direction:row;align-items:center;transition:transform .15s cubic-bezier(0, .2, .5, 3) 0s;align-self:anchor-center}main a:hover{transform:scale(1.02)}main a img{width:2.5rem;height:2.5rem;margin-right:1rem;margin-bottom:0;border-radius:0}header{margin-bottom:2rem}header a{text-decoration:none}header a.home{text-transform:uppercase;font-weight:300;color:inherit;font-size:1.2rem}header img{width:100%;margin-bottom:1rem}header,main{display:flex;align-items:center;flex-direction:column}p{display:contents;text-align:left;margin-bottom:2rem;line-height:1.5}div{width:100%}iframe{width:100%;margin-bottom:2rem}hr{width:100%}blockquote{text-align:left;width:100%}