body{background-color:var(--background-color)}*,body{color:var(--text-color)}*{margin:0;font-size:1rem;font-weight:400;font-family:var(--font-family)}b{font-weight:700}h1{font-size:2rem}h2{font-size:1.6rem}nav{display:flex;flex-direction:row;justify-content:space-between}