#article.svelte-f2oke3{display:flex;flex-direction:column;width:100%;align-items:stretch;padding:1rem 5vw;box-sizing:border-box;gap:.25rem;background-color:var(--bg_color);color:var(--fg_color);border-radius:1rem}.format.heading1,.format.heading2,.format.heading3{margin-top:1.5rem;margin-bottom:.5rem;text-align:left}:root{--bg_color: rgb(41, 35, 35);--bg_color_secondary: rgb(49, 43, 49);--fg_color: white}body{padding:1rem;margin:0;background-color:#000;font-family:Arial,Helvetica,sans-serif;box-sizing:border-box}.format.title{font-size:2rem;font-weight:800;margin-bottom:2rem;text-align:center;font-family:"Slabo 27px",Arial,Helvetica,sans-serif}.format.heading1{font-size:1.5rem;font-weight:600}.format.heading2{font-size:1.25rem;font-weight:600}.format.heading3{font-size:1.125rem;font-weight:600}.format.author{text-align:center;display:flex;flex-direction:row;gap:.5rem;align-items:center;justify-content:center;font-size:.75rem}.format.author_image{width:1.5rem;height:1.5rem;border-radius:.75rem}.format.image{width:75%;align-self:center;object-position:center center;max-height:512px;object-fit:cover;object-position:bottom;border-radius:.75rem}.format.image_desc{text-align:center;font-size:.75rem}.format.quotetext{margin-top:.5rem;padding-left:1rem;font-style:italic;font-size:1.25rem}.format.quoteauthor{font-size:1rem;padding-left:1rem;margin-bottom:.5rem}.format.bold{font-weight:600}.format.italic{font-style:italic}.format.paragraph{text-align:justify;margin:.25rem 0}.format.centered{text-align:center}.format.left{text-align:left}.format.right{text-align:right}.format.block{text-align:justify}#loading{position:absolute;height:100%;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(90deg,var(--bg_color) 25%,var(--bg_color_secondary) 50%,var(--bg_color) 75%);background-size:200% 100%;color:var(--fg_color);width:calc(100% - 2rem);height:calc(100% - 2rem);top:1rem;left:1rem;text-align:center;font-size:3vmin;font-weight:700;border-radius:1rem;animation:svelte-f2oke3-loading_bg 2s infinite ease-in-out}@keyframes svelte-f2oke3-loading_bg{0%{background-position:-50% 0%}to{background-position:150% 0%}}
