@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");body{background:#ae7fd4;margin:0;font-family:EB Garamond;font-size:1.5em}.layout{min-height:100vh;display:flex;flex-direction:column}header{text-align:center;margin:60px 0}header a{text-decoration:none;color:#000;text-transform:uppercase;display:inline-block}header h1,header h2{margin:0}header span{display:block;line-height:1em}header span:first-child{font-size:1em;font-weight:400}header span:last-child{font-size:1.5em;font-weight:800}header h2{font-size:1.2em;font-weight:400}footer{background:#111;color:#bbb;padding:40px;text-align:center;margin-top:auto}.page-content{max-width:1200px;margin:20px auto 80px;padding:0 20px;width:100%;box-sizing:border-box}