/*
//@media (min-width: 700px) {
      .weather-forecast {
        width: 700px;
      }
    }
//@media (max-width: 900px) {
      .weather-forecast {
        width: 700px;
      }
    }*/