.App{align-items:center;background-color:#f0f8ff;color:#333;display:flex;flex-direction:column;font-family:Arial,sans-serif;justify-content:center;min-height:100vh}.search-bar{margin:20px}.search-bar input{margin-right:10px;padding:10px}.search-bar button,.search-bar input{border:none;border-radius:4px;font-size:16px}.search-bar button{background-color:#4caf50;color:#fff;cursor:pointer;padding:10px 20px}.weather-display{align-items:center;display:flex;flex-direction:column}.weather-cards{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.weather-card{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;padding:20px;text-align:center;width:200px}.weather-card h3{font-size:20px;margin-bottom:10px}.weather-card p{font-size:18px;margin:0}
/*# sourceMappingURL=main.707be3e5.css.map*/