@import"https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;700&display=swap";.search-bar{width:100%;max-width:700px}.weather{width:100%;max-height:400px;border-radius:20px;background-color:#f1f1f1;box-shadow:0 0 10px #0006;box-sizing:border-box}.city,.description{font-size:2em;font-weight:500}.top{display:flex;justify-content:space-between;align-items:center;margin-left:20px}.bottom{max-width:100%;box-sizing:border-box;margin:10px 20px;display:flex;gap:10px;justify-content:space-between;align-items:center}.temprature{font-size:7em;font-weight:600;color:#1f1f1f;letter-spacing:-5px}.details{display:flex;flex-direction:column;width:100%}.parameter-row{width:100%;display:flex;justify-content:space-between}.title{width:100%;color:#f1f1f1;font-size:1.5em;font-weight:500}.mainweather{width:100%;max-width:700px;align-items:center;box-sizing:border-box}.accordian{display:flex;flex-direction:column;gap:10px}.dailyItem{width:100%;height:100%;max-height:50px;max-width:700px;display:flex;align-items:center;justify-content:space-between;background-color:#f1f1f1;border-radius:10px;box-sizing:border-box;padding:0 20px;box-shadow:0 0 10px #0003}.dailyItem img{object-fit:contain;height:100%;max-height:50px}.daily-details-grid{display:grid;grid-template-columns:1fr 1fr;row-gap:0;margin:0;padding:0 20px;font-size:.8em;column-gap:10px;align-items:center;border-radius:10px;box-sizing:border-box}.daily-details-grid-item{display:flex;justify-content:space-between;align-items:center}.daily-details-grid-item label{color:#f1f1f1}#main{width:90%;max-width:500px;display:flex;flex-direction:column;align-items:center;gap:1rem}*{box-sizing:border-box;margin:0;padding:0}#root{width:100%;height:100vh;margin:0;padding-top:10px;background-color:#1f1f1f;display:flex;justify-content:center;font-size:1vmax;font-family:Poppins,sans-serif}@media screen and (max-width: 1150px){#root{font-size:1.4vmax;background-color:#f0f8ff}}
