h1,
h2,
h4 {
  font-family: "Josefin Sans";
}
h1,
h5 {
  color: green;
  margin: 15px;
}
body {
  background-color: beige;
}
.col {
  margin-top: 8px;
  margin-left: 5px;
}
.weather-app-wrapper {
  max-width: 800px;
  margin: 30px auto;
}
.weather-app {
  padding: 20px;
  border: 1px solid #dadde1;
  border-radius: 10px;
  background-color: white;
}
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul {
  margin: 0;
  padding: 0;
}
li:first-letter {
  text-transform: capitalize;
}

.description {
  padding: 25px;
}
.overview {
  margin-bottom: 20px;
}
.weather-temperature i {
  color: green;
  margin-right: 5px;
  height: 50px;
  width: 50px;
}
.weather-temperature strong {
  color: green;
  font-size: 64px;
  line-height: 64px;
  font-weight: 400;
}
.weather-temperature .units {
  position: relative;
  font-size: 16px;
  top: -32px;
}
.weather-forecast {
  margin-top: 20px;
  text-align: center;
}
.weather-forecast-date {
  font-size: 16px;
  color: #000;
  opacity: 0.6;
}
.weather-forecast-temperature {
  font-size: 13px;
}
.weather-forecast-temperature-min {
  opacity: 0.6;
}
