@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");*{padding:0;margin:0;box-sizing:border-box;font-family:Urbanist,sans-serif}nav{border-bottom:1px solid #e5e7eb;padding:1rem 2rem}nav img{width:100px}main{padding:3rem 1rem;margin:0 80px}.hero,main{display:flex;flex-direction:column;align-items:center;justify-content:center}.hero{text-align:center}.hero h1{font-size:3rem;line-height:1;font-weight:700;margin-bottom:1rem;max-width:56rem}.hero h2{font-size:1.5rem;line-height:2rem;font-weight:300;max-width:48rem;margin:0 auto 2.5rem}.links{max-width:56rem;gap:1.5rem;display:flex;flex-wrap:wrap;justify-content:center}.links .box{padding:1.5rem;border:1px solid rgb(243 244 246);box-shadow:0 4px 6px -1px rgb(0 0 0/.1),0 2px 4px -2px rgb(0 0 0/.1);border-radius:.75rem;display:flex;flex-direction:column;gap:.5rem;width:45%}.links .box h3{font-weight:700;display:flex;align-items:center;gap:.5rem}.links .box p{margin-bottom:.5rem;line-height:1.5}.links .box div{width:100%;display:flex;gap:.75rem}.links .box a{background:#FF8000;flex:1 1;color:white;font-weight:500;padding:.75rem 1.5rem;border-radius:.5rem;text-align:center;text-decoration:none;justify-content:center}.links .box a,footer{display:flex;align-items:center}footer{padding:1.5rem 5rem;background:#f9fafb;justify-content:space-between}footer h3{margin-bottom:10px}footer a{font-size:1.5rem;margin-right:15px;color:black;transition:.3s;display:inline-block}footer a:hover{color:#FF8000;transform:scale(1.2)}@media screen and (max-width:1050px){.links{grid-template-columns:auto}.links .box{width:100%}}@media screen and (max-width:790px){.hero h1{font-size:2.3rem}.hero h2{font-size:1.3rem}main{margin:0 20px}footer{flex-direction:column;gap:15px;text-align:center}}@media screen and (max-width:470px){.links .box a{padding:.5rem 1.5rem}}