@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:#111}img{max-width:100%}.weather-card{background:linear-gradient(120deg,#a40805,#05021c);border-radius:20px;color:#fff;margin:30px auto 0;max-width:450px;padding:35px 30px;text-align:center;width:90%}.weather-card .search{justify-conntent:space-between;align-items:center;display:flex;width:100%}.weather-card .search input{background:#ebfffc;border:none;border-radius:30px;color:#555;flex:1 1;font-size:18px;height:50px;outline:none;padding:10px 25px;width:100%}.weather-card .search button{background:#ebfffc;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:20px}.weather h1{font-size:80px;font-weight:500;margin-top:-30px}.weather h2{font-size:40px;font-weight:400;margin-top:-25px}.weather .weather-icon{height:200px;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:40px;width:40px}.details .info{margin-left:10px}.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}
/*# sourceMappingURL=main.1428bb0d.css.map*/