@import"https://fonts.googleapis.com/css2?family=Bruno+Ace+SC&family=Poppins:wght@100;300;400;500;600;700;800;900&display=swap";:root{--overlay: rgba(7, 7, 7, .289);--text: white;--background: url(/assets/ken-cheung-KonWFWUaAuk-unsplash-6cd6a5ae.jpg)}.app{height:100vh;width:100%;position:relative;background:var(--overlay);color:var(--text)}.app:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;z-index:-1;background:var(--background) no-repeat center center/cover}span{font-size:1.6rem}h1{font-size:6rem}.search{text-align:center;padding:1rem;display:flex;align-items:center;justify-content:center}input{padding:1rem;font-size:1.2rem;border-radius:10px;width:30rem;text-align:center;border:none;background:rgba(255,255,255,.05);backdrop-filter:blur(10px);box-shadow:0 0 20px #0000001a;color:#f5f5f5;outline:1px solid whitesmoke}input::placeholder{color:gray}.top{width:100%;margin:1rem auto}.description{position:relative;right:-90%;top:90%;transform-origin:0 0;transform:rotate(270deg)}.bottom{display:flex;justify-content:space-evenly;align-items:center;text-align:center;width:100%;max-width:100%;margin:2rem auto;padding:1.5rem;border-radius:20px;background:linear-gradient(to right,rgba(0,0,0,.639),rgba(0,0,0,.177)),url(/assets/sergey-pesterev-JV78PVf3gGI-unsplash-c0d4a44c.jpg) no-repeat center center/cover;backdrop-filter:blur(10px);box-shadow:0 0 10px 2px #0000004d;color:#fff;font-size:1.2rem}.bottom .bold{font-weight:900}.container{max-width:700px;max-height:100%;height:90%;margin:auto;padding:1rem;position:relative;display:flex;flex-direction:column;justify-content:space-between}*{margin:0;padding:0;box-sizing:border-box;font-family:Bruno Ace SC,cursive}
