@import"https://fonts.googleapis.com/css2?family=Host+Grotesk:ital,wght@0,300..800;1,300..800&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Host Grotesk,Arial,sans-serif}.navbar{background:#333;padding:1rem;display:flex;justify-content:space-between;align-items:center;color:#fff;position:sticky;top:0}.navbar .logo{font-size:1.5rem;font-weight:700}.navbar .logo a{color:#fff;text-decoration:none}.navbar nav a{color:#fff;margin-left:1rem;text-decoration:none}.right-navbar{display:flex;align-items:center;width:20rem}.nav-links{width:16rem;display:flex;justify-content:center}@media only screen and (max-width: 768px){*{font-size:14px}.footer p{font-size:.9rem}}.hero{height:60vh;background:linear-gradient(to top right,#000,#6a797c);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.hero h2{font-size:2.5rem;margin-bottom:1rem}.hero p{font-size:1.2rem;margin-bottom:1.5rem}button{background:#333;color:#fff;padding:.75rem 1.5rem;border:none;cursor:pointer;font-size:1rem}.section{padding:4rem 2rem;text-align:center}.section h3{font-size:2rem;margin-bottom:1rem}.section p{font-size:1.1rem;color:#555}.footer{background:#333;color:#fff;text-align:center;padding:1rem}.atributions-list{display:flex;flex-direction:column;color:#292929}.atributions-list a{color:#6e6e6e;text-decoration:none}
