:root{--primary-background-color:#1a1a1a;--primary-text-color:white;--footer-color:#000;--header-color:var(--footer-color)}
html,body{background-color:var(--primary-background-color);height:100%;color:var(--primary-text-color);margin:0;padding:0}body{flex-direction:column;display:flex}.wrapper{flex-direction:column;height:100vh;display:flex}main{flex:1}header{background:var(--header-color);padding:1em}footer{background:var(--footer-color);justify-content:center;padding:1em;display:flex}h1{font-size:1.3em;font-weight:700}h2{margin-bottom:15px;font-size:2em;font-weight:700}h3{margin-bottom:15px;font-size:1.5em;font-weight:600}h4{font-size:1.3em;font-weight:600}h5{font-weight:600}em{font-style:italic}ul{padding-left:2em}li{list-style:square}
