body{display:flex;align-items:center;justify-content:center}.weather-app{text-align:center;color:#333}.weather-card{margin:2rem;background:linear-gradient(135deg,#89f7fe,#66a6ff);padding:30px;border-radius:20px;display:inline-block;box-shadow:0 10px 20px #00000026;color:#fff;width:250px;height:650px;transition:transform .3s ease-in-out;position:relative}.weather-card h2{font-size:2.5em;margin-bottom:10px;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.temperature{font-size:4em;font-weight:700;margin:10px 0;text-shadow:2px 2px 5px rgba(0,0,0,.3)}.weather-description{font-size:1.5em;margin-bottom:20px;text-transform:capitalize;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.extra-info{display:flex;justify-content:space-around;margin-top:20px}.extra-info p{font-size:1.2em;margin:0}.weather-icon{font-size:80px;margin-bottom:20px;text-shadow:2px 2px 5px rgba(0,0,0,.2)}.forecast{margin-top:20px;background:#fff3;padding:15px;border-radius:10px;text-align:left;color:#fff}.forecast h3{margin:0 0 10px;font-size:1.4em;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.forecast p{font-size:1.1em;margin:5px 0}.weather-cards{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;padding:20px;margin:0 auto}@media (max-width: 768px){.weather-cards{flex-direction:column;align-items:center}.weather-card{max-width:90%}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
