html{font-family:Consolas,monospace;font-size:17px;font-weight:300;letter-spacing:.25px;line-height:1.5;overflow-y:scroll;scroll-behavior:smooth}h1,h2,h3,h4,p{margin:.5rem 0}.background{background-image:url(../img/nightsky2.png);background-repeat:no-repeat;background-size:cover;height:100vh;left:0;position:fixed;top:0;width:100%;z-index:-1}body{background-color:#0e0e12;color:#f0f0f0;margin:0 auto;min-height:100vh}main{align-items:center;display:flex;flex-direction:column}a{color:#f0f0f0;font-weight:700;text-decoration:none}hr{border-bottom:1px solid #f0f0f0;width:100%}*{scrollbar-color:hsla(0,0%,57%,.432) transparent;scrollbar-width:thin}::-webkit-scrollbar{height:100%;width:5px}::-webkit-scrollbar-thumb{background:hsla(0,0%,57%,.432);border-radius:5px}::-webkit-scrollbar-track{background:transparent;margin:1rem 0}.header{display:grid;place-content:center;position:-webkit-sticky;position:sticky;top:0;z-index:5}.nav{background:rgba(23,26,37,.9);display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem;justify-content:center;margin:1rem 0;min-width:301px;padding:.5rem 0;text-align:center}.active,a:hover{background-color:#0ff;box-shadow:3px 3px #f0f;color:#0e0e12}footer{margin:2rem 0}.social-icons{height:2rem;margin:1.5rem 0;text-align:center}.posts,.social-icons{display:flex;flex-direction:row;gap:1rem;justify-content:center}.posts{flex-wrap:wrap;margin-top:1rem;max-width:1200px}.pinned{padding-bottom:1rem}.pinned,.pinned .card{position:relative}.pinned .card-date:after{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc.--%3E%3Cpath fill='%23fff' d='M32 32C32 14.3 46.3 0 64 0h256c17.7 0 32 14.3 32 32s-14.3 32-32 32h-29.5l11.4 148.2c36.7 19.9 65.7 53.2 79.5 94.7l1 3c3.3 9.8 1.6 20.5-4.4 28.8S362.3 352 352 352H32c-10.3 0-19.9-4.9-26-13.3s-7.7-19.1-4.4-28.8l1-3c13.8-41.5 42.8-74.8 79.5-94.7L93.5 64H64c-17.7 0-32-14.3-32-32zm128 352h64v96c0 17.7-14.3 32-32 32s-32-14.3-32-32v-96z'/%3E%3C/svg%3E");height:.5rem;position:absolute;right:1rem;rotate:45deg;width:.5rem}.card{background-color:rgba(23,26,37,.9);display:grid;grid-template-columns:100px 1fr;height:100px;max-width:500px;min-width:300px;overflow:hidden;width:40vw}.card-img,.card-img img{height:100px;width:100px}.card-img img{aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%}hr{max-width:500px}.card-body{word-wrap:break-word;display:flex;flex-direction:column;font-weight:400;gap:.2rem;margin:.5rem;overflow-y:scroll;z-index:3}.card-date{font-size:.8rem;margin-top:.2rem}.card-title{font-size:1rem;font-weight:700}.card-blurb{font-size:.8rem;margin-bottom:.2rem}