body {
  font-family: arial, sans-serif;
}
.weather-app {
  max-width: 600px;
  margin: 30px auto;
  padding: 20px;
  border: 1px solid #dadde1;
  border-radius: 5px;
}
.weather-app-wrapper {
  max-width: 600px;
  margin: 30 px auto;
}
.overview {
  margin-bottom: 20px;
}
.weather-temperature img {
  margin-right: 10px;
  float: left;
  height: 64px;
  width: 64px;
}
.weather-temperature strong {
  color: blue;
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
}
.weather-temperature units {
  position: relative;
  font-size: 16px;
  top: -34px;
}
h1 {
  color: #202124;
  font-size: 22px;
  font-weight: 100;
  line-height: 26px;
  margin-bottom: 0;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
  margin: 0;
  padding: 0;
  color: rgb(135, 135, 135);
  font-size: 16px;
  font-weight: 100;
  line-height: 19px;
}
