body {
  font-family: "Josefin Sans", sans-serif;
  background-image: linear-gradient(
    109.6deg,
    rgb(185, 212, 242) 11.2%,
    rgb(244, 210, 226) 100.3%
  );
}

h1 {
  color: #65b5f7;
  display: block;
  font-size: 48px;
  font-weight: 100;
  line-height: 28px;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 7px;
  padding-bottom: 5px;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  margin: 0;
  padding-top: 0;
  color: #65b5f7;
  font-size: 12px;
  font-weight: 400;
}

li:first-letter {
  text-transform: capitalize;
}

small {
  color: #65b5f7;
  display: block;
  text-align: center;
}

small a {
  color: #65b5f7;
}

.weather-app-wrapper {
  margin: 30px auto;
  max-width: 600px;
}

.weather-app {
  display: block;
  margin: 30px auto;
  max-width: 600px;
  padding: 20px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}

.btn {
  background-color: #2598f7;
  border: 1px solid #2598f7;
}
.overview {
  margin-bottom: 20px;
}

.weather-temperature img {
  margin-right: 5px;
  height: 70;
  width: 70;
  display: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.weather-temperature strong {
  display: inline;
  color: #65b5f7;
  font-size: 48px;
  font-weight: 400;
  line-height: 10px;
  margin-top: 5px;
  margin-bottom: 10px;
  text-align: center;
  margin: 50px 0 20px 0;
}

.weather-temperature .units {
  display: inline;
  position: relative;
  top: -24px;
  color: #65b5f7;
  font-size: 16px;
  font-weight: 400px;
  line-height: 24px;
  text-align: center;
  margin: 50px 0 20px 0;
}

.weather-temperature .units a {
  position: relative;
  color: #65b5f7;
  font-size: 16px;
  font-weight: 400px;
  line-height: 24px;
}

.weather-temperature .units a:hover {
  position: relative;
  color: #65b5f7;
  font-size: 16px;
  font-weight: 400px;
  line-height: 24px;
  cursor: default;
}

.weather-temperature.active {
  color: #65b5f7;
  cursor: default;
}

.weather-temperature.active:hover {
  text-decoration: none;
}

#temp {
  position: absolute;
  bottom: 57%;
  right: 48%;
  transform: translate(40%, 60%);
}

.weather-forecast {
  margin-top: 10px;
  text-align: center;
}

.weather-forecast-date {
  font-size: 16px;
  color: #65b5f7;
}

.weather-forecast-temp-max {
  font-size: 13px;
  color: #2598f7;
}

.weather-forecast-temp-min {
  font-size: 13px;
  color: #2598f7;
  opacity: 0.6;
}
