:root{--primary-color:#000;--secondary-color:#fff;--header-height:4rem;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth}h1,h2,h3,h4{font-family:Times New Roman,Times,serif;font-size:2rem}body{min-height:100svh;display:flex;flex-direction:column}main{flex-grow:1}footer{font-family:Arial,Helvetica,sans-serif;font-size:.9rem;color:var(--main-color);width:100%;padding:1rem 2rem;opacity:65%}mark{background-color:#fef08a;padding:0;color:inherit}@media (max-width:600px){:root{--header-height:3rem}footer{font-size:.75rem;padding:1rem}}.greeting-container{background-color:var(--secondary-color);min-height:100svh;min-width:100svw;position:fixed;top:0;left:0;display:flex;align-items:center;justify-content:center;z-index:20;animation:greeting-fadeout .2s ease-in 1.5s 1 forwards;opacity:100%;img{align-self:center;position:relative;top:-.75rem;cursor:default;width:22rem}}@keyframes greeting-fadeout{0%{opacity:100%;visibility:visible}99%{opacity:0;visibility:visible}to{opacity:0;visibility:hidden}}@media (max-width:600px){.greeting-container{img{width:140px;padding-bottom:.3rem}}}