.container{width:800px;margin:20px auto;display:flex;flex-direction:column;justify-content:center;align-items:center}.container input{width:500px;height:32px;padding:4px}.results{width:500px;max-height:500px;overflow-y:scroll;display:flex;flex-direction:column;gap:5px;border:1px solid;padding:5px}.results span{cursor:pointer}.results span:hover{background-color:lightgray}