body,html{padding:0;margin:0;font-family:Garamond,serif;line-height:1.6;font-size:18px}*{box-sizing:border-box;animation:fadeInAnimation .15s ease-in;animation-iteration-count:1;animation-fill-mode:forwards}h1{font-size:2.5em}h1,h2{font-weight:400}h2{font-size:1.8em}h3{font-weight:400;font-size:1.5em}a{color:#37559e;text-decoration:none}article a:hover,p a:hover{text-decoration:underline}img{max-width:100%;display:block}ul{list-style-type:"- "}pre{font-size:16px;white-space:pre;overflow-x:scroll;border-radius:5px;background-color:#25262e;color:#f5f5f5;padding:5px 8px}body{animation:fadeInAnimation .2s ease-in;animation-iteration-count:1;animation-fill-mode:forwards}@keyframes fadeInAnimation{0%{opacity:0}to{opacity:1}}