@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800;900&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100vh;overflow-y:hidden}p{font-size:1.6rem}h1{font-size:6rem}.app{width:100%;position:relative;background-color:#0006;color:#fff}.app:before{content:"";background:url(/assets/hero-30ad7fbd.jpg) no-repeat center center/cover;position:absolute;width:100%;height:100%;top:0;left:0;z-index:-1}.app .search{text-align:center;padding:1rem}.app input{padding:.7rem 1.5rem;font-size:1.2rem;border-radius:25px;border:1px solid rgba(255,255,255,.8);background:rgba(255,255,255,.1);color:#f8f8f8}::placeholder{color:#f8f8f8}.container{max-width:700px;height:700px;margin:auto;padding:0 1rem;position:relative;top:10%;display:flex;flex-direction:column;justify-content:space-between;margin-bottom:10rem}.app .top{width:100%;margin:1rem auto}.app .description{position:relative;right:-90%;transform-origin:0 0;transform:rotate(269deg)}.app .bottom{display:flex;justify-content:space-evenly;text-align:center;width:100%;margin:1rem auto 3rem;padding:1rem;border-radius:12px;background-color:#fff3}.bold{font-weight:700}
