.weather-container{align-items:center;background-color:#f0f4f8;color:#333;display:flex;flex-direction:column;justify-content:center;min-height:100vh}h1{margin-bottom:70px}h1,h2{color:#2f4f4f;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}h2,h3{font-weight:700;text-decoration:underline}h3{color:green;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}input{background-color:#fff;border:1px solid #ccc;border-radius:4px;color:#333;margin-bottom:10px;margin-right:10px;padding:10px}button{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:10px}button:hover{background-color:#0056b3}.weather-result{margin-top:20px;text-align:center}.weather-details{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.weather-card{background-color:#fff;border:1px solid #ccc;border-radius:8px;box-shadow:0 4px 8px #0000001a;padding:20px;text-align:center;width:150px}.weather-card img{height:50px;width:50px}.error{color:red;margin-top:20px}.App{text-align:center}
/*# sourceMappingURL=main.e5b12b0e.css.map*/