:root{--dark-bg:#181818;--clear-color:#d3e9f8}*{box-sizing:border-box;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.theme-switch{position:fixed;right:1rem;top:1rem;z-index:999}.theme-switch:hover{cursor:pointer}.App{height:100vh}header{align-items:center;-webkit-column-gap:1rem;column-gap:1rem;display:flex;left:0;padding:1rem;position:fixed;top:0;width:100%}header h1{align-self:start}#search{width:50rem}.search-bar{width:inherit}.search-bar input{border-radius:2rem;padding:.5rem;width:inherit}.search-list{width:inherit}.search-option{list-style-type:none;padding:.5rem}.search-option:hover{cursor:pointer}main{align-items:center;display:flex;flex-direction:column;height:inherit;justify-content:center;width:100%}#weather{flex-grow:auto;flex-shrink:auto;padding:1rem;width:45%}.weather-card-location{font-size:2.25rem;font-weight:700}.weather-card-datetime,.weather-card-details,.weather-card-temp,.weather-card-windspeed{align-items:center;display:flex}.weather-card-details{justify-content:space-evenly}.weather-card-details-main{align-items:center;display:flex;flex-direction:column}.weather-card-description{font-size:1.25rem}.nothing{color:#a9a9a9;text-align:center}.dark{background-color:#181818;background-color:var(--dark-bg);color:#d3e9f8;color:var(--clear-color)}
/*# sourceMappingURL=main.3825aefc.css.map*/