input{
  width: 10rem;
}

.forecast {
  background-color:#4760ff;
  color: #ffffff;
}

#currentWeather > div{
  background-color: #ffe54f;
  padding: 1rem;
  margin-bottom: 1rem;
}