:root{width:100dvw}.app{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}h1{text-align:center;font-size:30px;font-family:Arial,Helvetica,sans-serif}main{display:flex;justify-content:center;width:90vw}form{display:flex;justify-content:center;align-items:center}input{padding-left:18px;width:300px;height:24px;border-top-left-radius:25px;border-bottom-left-radius:25px;font-size:18px}button{margin-left:-2px;padding:4px 4px 0 0;width:70px;height:45px;border-top-right-radius:25px;border-bottom-right-radius:25px;cursor:pointer}.movies{list-style:none;display:grid;width:100%;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:30px}.movie{text-align:center}.movie-title{font-weight:600;margin-top:5px}.img-lupa{width:20px;height:20px;line-height:20px}
