@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap);*{box-sizing:border-box;font-family:Poppins,sans-serif;margin:0;padding:0}body{background:#e3f9d4}img{max-width:100%}.weather-card{background:linear-gradient(120deg,#00feba,#5b548a);border-radius:25px;color:#fff;margin:30px auto 0;max-width:475px;padding:35px 30px;text-align:center;width:90%}.weather-card .search input{background:#bec6c5;border:none;border-radius:30px;color:#2c2e2e;flex:1 1;font-size:18px;height:50px;outline:none;padding:10px 30px;width:100%}.weather-card .search button{background:#c3cfcd;border:none;border-radius:50%;cursor:pointer;height:50px;margin-left:16px;outline:0;width:50px}.weather-card .search button i{color:#333;font-size:25px}.weather h1{font-size:80px;font-weight:400;margin-top:-30px}.weather h2{font-size:40px;font-weight:400;margin-top:-25px}.weather .weather-icon{height:250px;padding:10px;width:60}.details{align-items:center;display:flex;justify-content:space-between;margin-top:50px;padding:0 20px}.details .humi{filter:brightness(10000%)}.details img{height:50px;width:50px}.details .humidity,.wind{font-size:25px;font-weight:500;margin-bottom:-5px}.col{align-items:center;display:flex;justify-content:space-between;margin-top:-20px;text-align:left}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.6d1381ff.css.map*/