What is a car wreck?
.search-container { display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100%; font-family: Arial, sans-serif; background-color: #f5f5f5; } .search-box { background: #fff; padding: 30px; border-radius: 12px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); text-align: center; } input { padding: 10px; margin: 10px 0; width: 250px; border: 1px solid #ccc; border-radius: 8px; } button { padding: 10px 20px;…