body,html{height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}main{align-items:center;background:linear-gradient(180deg,#89cff0,#4682b4);display:flex;flex-direction:column;height:100vh;justify-content:center;margin:auto;max-width:100%;overflow:hidden}.form-section{margin-bottom:20px}form{display:flex;gap:10px}input{border:none;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.1);font-size:18px;outline:none;padding:10px;transition:box-shadow .3s ease}input:focus{box-shadow:0 4px 12px rgba(0,0,0,.2)}button{background-color:#4682b4;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:18px;padding:10px 20px;transition:background-color .3s ease}button:hover{background-color:#357aa5}form{margin:20px}.weather-section{background-color:hsla(0,0%,100%,.8);border-radius:10px;box-shadow:0 4px 10px rgba(0,0,0,.1);padding:20px;text-align:center;width:50%}.weather-section h1{font-size:2em;margin-bottom:10px}.weather-section h2{font-size:3em;margin-bottom:20px;margin-top:0;transition:all .3s ease-in-out}.weather-section p{color:#333;font-size:1em;margin:10px 0;transition:all .3s ease-in-out}.form-section{margin:20px}.clear-sky{-webkit-animation:clearSkyAnimation 5s linear infinite;animation:clearSkyAnimation 5s linear infinite;background:linear-gradient(180deg,#87ceeb,#fff)}@-webkit-keyframes clearSkyAnimation{0%{background:linear-gradient(180deg,#87ceeb,#fff)}50%{background:linear-gradient(180deg,#fff,#87ceeb)}to{background:linear-gradient(180deg,#87ceeb,#fff)}}@keyframes clearSkyAnimation{0%{background:linear-gradient(180deg,#87ceeb,#fff)}50%{background:linear-gradient(180deg,#fff,#87ceeb)}to{background:linear-gradient(180deg,#87ceeb,#fff)}}.cloudy-sky{-webkit-animation:cloudySkyAnimation 5s linear infinite;animation:cloudySkyAnimation 5s linear infinite;background:linear-gradient(180deg,#a9a9a9,#fff)}@-webkit-keyframes cloudySkyAnimation{0%{background:linear-gradient(180deg,#a9a9a9,#fff)}50%{background:linear-gradient(180deg,#fff,#a9a9a9)}to{background:linear-gradient(180deg,#a9a9a9,#fff)}}@keyframes cloudySkyAnimation{0%{background:linear-gradient(180deg,#a9a9a9,#fff)}50%{background:linear-gradient(180deg,#fff,#a9a9a9)}to{background:linear-gradient(180deg,#a9a9a9,#fff)}}.rainy-sky{-webkit-animation:rainySkyAnimation 5s linear infinite;animation:rainySkyAnimation 5s linear infinite;background:linear-gradient(180deg,#1e90ff,#87ceeb)}@-webkit-keyframes rainySkyAnimation{0%{background:linear-gradient(180deg,#1e90ff,#87ceeb)}50%{background:linear-gradient(180deg,#87ceeb,#1e90ff)}to{background:linear-gradient(180deg,#1e90ff,#87ceeb)}}@keyframes rainySkyAnimation{0%{background:linear-gradient(180deg,#1e90ff,#87ceeb)}50%{background:linear-gradient(180deg,#87ceeb,#1e90ff)}to{background:linear-gradient(180deg,#1e90ff,#87ceeb)}}.weather-icon{border:4px solid #fff;border-radius:50%;box-shadow:0 0 10px rgba(0,0,0,.5);height:50px;object-fit:cover;width:50px}#outer-div{text-align:center;transition:all .3s ease-in-out;width:100%}#gauge-chart1{display:inline-block;margin:0 auto;padding:3px}.app-footer{background-color:#4682b4;bottom:0;color:#fff;font-size:16px;left:0;padding:10px 0;position:fixed;text-align:center;width:100%}.heart{color:red}.app-footer a{color:#fff;margin-left:5px;text-decoration:none}
/*# sourceMappingURL=main.8d746650.css.map*/