:root{--black: hsl(10, 100%, 0%);--dark-red: hsl(10, 90%, 15%);--bloom: hsl(10, 55%, 50%);--off-white: hsl(10, 15%, 85%);--boss-fonts: "Georgia", serif;--minion-fonts: "Tahoma", sans-serif}html,body{margin:0;padding:0;width:100%;height:100%;box-sizing:border-box}html{color:var(--off-white);font-family:var(--minion-fonts)}body{display:flex;flex-direction:column}body>*{padding:2rem}header{text-shadow:0rem 0rem 2rem var(--bloom);background-color:var(--black);text-align:right}main{flex:1;background-image:linear-gradient(to bottom,var(--black),var(--dark-red));display:flex;flex-direction:column;gap:1rem}footer{text-shadow:0rem 0rem 1rem var(--bloom);background-color:var(--dark-red);text-align:right}h1,h2,h3{font-family:var(--boss-fonts)}section{border-style:dotted dotted;padding:1rem}article{border-style:dotted none none none;margin:1rem}.material-icons{height:fit-content;vertical-align:text-bottom;font-size:1rem!important}
