:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#000000de;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0}.WeatherApp{text-align:center;min-height:100vh;width:100%;display:flex;flex-direction:column;align-items:center;background-repeat:no-repeat;background-position:center;background-size:cover;transition:background-image .3s ease}.headerFull{width:100%;background-color:#00000096;text-align:center;padding:.2rem 0;margin-bottom:1rem;box-shadow:1px 1px 16px 6px #fff}.headerFull h2{color:#fff;margin:0;font-size:2rem;font-weight:700}@media(max-width:768px){.headerFull h2{font-size:1.5rem}.WeatherApp{background-position:top}}.SearchBox{text-align:center}form .MuiTextField-root{margin-right:1rem}.InfoBox{text-align:center}.cardContainer{display:flex;justify-content:center}.weatherCard{max-width:1000px;margin-top:40px;background:#ffffff70!important;box-shadow:1px 1px 25px 7px #000!important}.cardContent{text-align:center;color:#000}.cityName.MuiTypography-root{font-weight:700;font-size:1.8rem}.weatherText.MuiTypography-root{text-transform:capitalize;font-size:1.2rem;font-weight:600;color:#242424}.detailsText.MuiTypography-root{margin-top:8px;font-size:1.3rem;font-weight:500;margin-left:2rem}.iconTemp{display:flex;align-items:center;justify-content:center;gap:15px}.iconTemp h1{margin:0;font-size:3rem}.iconTemp .weatherIcon{font-size:3.5rem}.sunTime{margin-top:10px;display:flex;justify-content:center;gap:10px;align-items:center;font-weight:600;font-size:1rem}@media(max-width:768px){.weatherCard{max-width:350px;margin-top:40px;background:#ffffffa0!important;box-shadow:1px 1px 25px 7px #000!important}.cardContent{text-align:center;color:#000}.cityName.MuiTypography-root{font-size:1.4rem}.weatherText.MuiTypography-root{font-size:1rem}.detailsText.MuiTypography-root{margin-top:3px;font-size:.9rem;margin-left:.1rem}.iconTemp{gap:5px}.iconTemp h1{font-size:2.5rem}.iconTemp .weatherIcon{font-size:3rem}.sunTime{margin-top:7px;gap:1px;font-size:.7rem}}
