.header{display:flex;flex-flow:row;justify-content:space-between;align-items:center;gap:2rem;height:4rem;padding-right:2rem;padding-left:2rem}.header-logo{font-weight:600;font-size:1.5rem;text-decoration:none;text-transform:uppercase}.footer-headline{margin-bottom:1rem}.footer-link-list{margin-top:1rem}.hero{display:flex;flex-flow:column;justify-content:center;align-items:center;height:calc(100vh - 4rem);background-color:#0F5F4A}.hero-description{width:40vw;text-align:center;margin-bottom:2rem}.hero-heading{color:var(--primary);text-transform:uppercase;margin-top:0px;margin-bottom:2rem}