@import"https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Roboto+Slab:wght@100..900&family=Young+Serif&display=swap";html{font-family:Roboto Slab,serif;font-optical-sizing:auto;font-size:18px;background-color:#120917;color:#d6efff}a{color:#aec5f6}a:visited{color:#94ecd8}body{margin:0;min-height:100vh}#site-surround{display:grid;grid-template-columns:1fr;grid-template-rows:1fr auto;grid-template-areas:"main" "footer";flex-direction:column;min-height:100vh}h1{font-family:Outfit,sans-serif}main{grid-area:main;max-width:1000px;margin:0 auto}footer{grid-area:footer;display:flex;justify-content:space-around;margin-top:auto;padding:1em 0}hr{border-color:#cdfc43}em{color:#cdfc43;text-decoration:underline;font-style:normal}.l-left{text-align:left;color:#cdfc43}.l-right{text-align:right;color:#cdfc43}.l-center{text-align:center;color:#cdfc43}.de-em{color:#b398c2}.showcase-grid{display:grid;grid-template-columns:repeat(var(--cols),1fr);width:100%}.showcase-grid.checker-odd :nth-child(2n){background-color:#f7f7ec}.showcase-grid>div{display:flex;align-items:center;justify-content:center;padding:10px;min-height:var(--ih, auto)}.showcase-grid>div>img{max-width:calc(100% - 20px)}.showcase-grid~h1{margin-top:2em}
