html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}*,*::before,*::after{box-sizing:border-box;padding:0;margin:0}body{display:flex;flex-direction:column;background-color:hsl(215,16%,5%);object-fit:cover;color:hsl(206,26%,95%);font-family:"Nunito Sans",sans-serif;min-height:100dvh;width:100dvw;margin:0}header{display:flex;position:sticky;top:0;flex-direction:row;align-items:center;justify-content:start;gap:2rem;padding:1rem 15dvw;background-color:hsl(220,15%,2%);font-size:1.333rem;font-family:"Nunito",sans-serif;line-height:1.25;z-index:999999}header>a{text-decoration:none;color:hsl(206,26%,95%);background-color:hsl(215,16%,5%);padding:.25rem .5rem;border-radius:1rem;transition:background-color 300ms}@media(prefers-reduced-motion: reduce){header>a{transition-duration:0ms}}header>a:hover{background-color:hsl(204,16%,10%)}header h1{font-size:2rem}header h1 a{text-decoration:none;color:hsl(276,35%,50%)}main{padding-bottom:2rem;flex:1;margin:1rem 15dvw;gap:1rem;display:flex;flex-direction:column;align-items:center}footer{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem;background-color:hsl(220,15%,2%);font-size:.75rem;line-height:1.25}footer>*:not(:last-child){color:hsla(206,26%,95%,.625)}footer img{height:1rem;transform:translateY(25%);scale:75%}@media not (prefers-reduced-motion: reduce){footer img{animation:heartbeat .6s infinite alternate}}@keyframes heartbeat{to{scale:100%}}html{font-size:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 15dvw;scroll-behavior:smooth}h1{font-size:4.21rem;font-family:"Nunito",sans-serif}h2{font-size:3.158rem;font-family:"Nunito",sans-serif}h3{font-size:2.369rem;font-family:"Nunito",sans-serif}h4{font-size:1.777rem;font-family:"Nunito",sans-serif}h5{font-size:1.333rem;font-family:"Nunito",sans-serif}small{font-size:.75rem;color:hsla(206,26%,95%,.625)}a{color:hsl(276,35%,50%)}.enable-link-animations a{position:relative;white-space:pre;color:hsl(276,35%,50%);transition:color 300ms;text-decoration:none}@media(prefers-reduced-motion: reduce){.enable-link-animations a{transition-duration:0ms}}.enable-link-animations a:hover{color:hsl(210,70%,60%)}.enable-link-animations a::after{content:"";position:absolute;bottom:0;left:0;right:0;margin-left:auto;margin-right:auto;height:2px;width:0%;background-color:hsl(276,35%,50%);transition:width 300ms,background-color 300ms;border-radius:999px}@media(prefers-reduced-motion: reduce){.enable-link-animations a::after{transition-duration:0ms}}.enable-link-animations a:hover::after{background-color:hsl(210,70%,60%);width:100%}.post-title{display:flex;align-items:center;flex-flow:column nowrap;gap:.5rem;padding:1rem;border-radius:1rem;width:max-content;border:2px solid hsl(276,35%,50%);background-color:hsl(204,16%,10%)}.post-title h1{color:hsl(276,35%,50%)}@media screen and (max-width: 896px){.post-title h1{font-size:2rem}}.post-preview{text-decoration:none}.post-preview article{display:flex;height:min-content;padding:1rem;border-radius:1rem;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:hsl(206,26%,95%);background-color:hsl(204,16%,10%);text-decoration:none;text-align:center;transition:box-shadow 300ms}@media(prefers-reduced-motion: reduce){.post-preview article{transition-duration:0ms}}.post-preview article:hover{box-shadow:0 0 0 2px hsl(210,70%,60%)}.post-preview article h2{color:hsl(276,35%,50%);line-height:1;padding-bottom:.25rem}.post-preview article .summary{display:flex;flex-direction:column;gap:.25rem;line-height:1.25;max-width:60ch}.post-content{background-color:hsl(210,16%,7%);padding:2rem;border-radius:1rem;display:flex;flex-flow:column nowrap;gap:.5rem;line-height:1.5;max-width:75ch;font-size:1.2rem}.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6{color:hsl(276,35%,50%)}.post-content code{font-family:"Fira Code",monospace;font-size:.95rem}.post-content :not(pre)>code{background-color:hsl(215,16%,5%);border-radius:.25rem;padding:0 .25rem}.post-content pre{background-color:hsl(215,16%,5%) !important;border-radius:.5rem;padding:.5rem}.post-content pre>code{white-space:pre-wrap}.post-content blockquote{border-left:solid 2px hsl(276,35%,50%);padding-left:1rem}.post-content ul{list-style:disc;margin-left:1rem}.post-content ol{list-style:decimal;margin-left:1rem}.post-content p:has(img){display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;font-size:.75rem;color:hsla(206,26%,95%,.625);margin:1rem 0}.post-content strong{font-weight:700}.post-content em{font-style:italic}.post-content img{height:16rem;border:2px solid hsl(204,16%,10%);border-radius:.5rem;background-color:hsl(204,16%,10%)}@media screen and (max-width: 896px){.post-content{font-size:1rem;padding:1rem}.post-content img{height:auto;width:75%}.post-content h1{font-size:3.158rem}.post-content h2{font-size:2.369rem}.post-content h3{font-size:1.777rem}.post-content h4{font-size:1.333rem}.post-content h5{font-size:1rem}}