@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);body,html,section.hero{height:100%;width:100%;overflow:hidden}header .menu{position:fixed;right:2rem;top:2rem;display:flex;z-index:5}header .menu a{font-size:1rem}section.hero{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem;padding:1rem}section.hero h1{font-family:Poppins,sans-serif;font-size:5rem;font-weight:400;letter-spacing:-2px;margin:0}section.hero .typewritter{visibility:hidden;border:none;font-size:4rem;text-align:center;max-width:50rem}footer .copyright{position:fixed;bottom:3rem;width:100%;text-align:center}@media screen and (max-width:800px){html{font-size:14px}}@media screen and (max-width:600px){header .menu{width:100%;right:0;justify-content:center}section.hero h1{font-size:3rem}section.hero .typewritter{font-size:2rem}}