body{background-color:var(--main-bg-color);color:var(--main-text-color);font-family:var(--main-font-family)}.header{background-color:var(--secondary-bg-color);display:flex;font-family:var(--secondary-font-family);font-size:1.2rem;height:3.5rem;width:100%;.headerNav{align-items:center;display:flex;justify-content:space-around;width:100%}.headerName{font-weight:700}.headerLinksList{align-items:center;display:flex}.headerLink,.headerName{color:var(--main-text-color);padding-right:.75rem;text-decoration:none;&:hover{text-decoration:underline;text-underline-offset:3px}}}.main{line-height:1.6;margin:50px auto;max-width:1000px;padding:20px;a{color:var(--main-text-color);text-decoration:none;&:hover{text-decoration:underline;text-underline-offset:3px}}li{list-style:disc}}