.weather-app__base{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:16px;padding:16px;background-color:#c95e67}.weather-app__weather{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:16px;padding:16px;background:#eee;width:75%}.weather-app__details-container{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:16px;padding:16px;background:#eee;width:75%}.weather-app__details{display:flex;flex-direction:row;justify-content:center;align-items:center;margin-bottom:8px;font-family:var(--text-font-family-regular);font-size:convert-rem(17px);line-height:convert-rem(23px);font-weight:font-weight(regular);letter-spacing:convert-rem(0.5px);color:var(--text-color);column-gap:16px}@media only screen and (min-width: 1280px){.weather-app__details{font-size:convert-rem(19px);line-height:convert-rem(27px)}}@media only screen and (min-width: 1920px){.weather-app__details{font-size:convert-rem(20px);line-height:convert-rem(28px)}}.weather-app__buttons{margin-bottom:16px;padding:16px;width:75%}.weather-app__temp-info{margin-bottom:8px;font-size:convert-rem(38px);line-height:convert-rem(42px);font-family:var(--text-font-family-regular);font-weight:font-weight(heavy);letter-spacing:convert-rem(-1.5px);color:#c95e67}@media only screen and (min-width: 1280px){.weather-app__temp-info{font-size:convert-rem(42px);line-height:convert-rem(46px)}}@media only screen and (min-width: 1920px){.weather-app__temp-info{font-size:convert-rem(46px);line-height:convert-rem(50px);letter-spacing:-0.01em}}.weather-app__buttons-group{display:flex;flex-direction:row;justify-content:center;align-items:center}.weather-app__buttons-group,.weather-app__buttons-group *{width:75%}
