.weatherContainer { display: flex; flex-direction: row; width: 100%; padding: 3px; padding-right: 15px; } .currentTemperature { display: flex; align-items: center; font-size: 2rem; font-weight: bold; padding-right: 5px; } .dailyTemperatures { display: flex; flex-direction: column; align-items: center; justify-content: center; } .min-temperature { color: blue; } .max-temperature { color: red; }