body {
  background: radial-gradient(
    circle at 18.7% 37.8%,
    rgb(250, 250, 250) 0%,
    rgb(225, 234, 238) 90%
  );
  font-family: Arial, Helvetica, sans-serif;
}

#current {
  background-color: #9274bf;
  border-color: #9274bf;
}

h1 {
  font-size: 70px;
  font-weight: 600;
  background-image: linear-gradient(to left, #553c9a, #b393d3);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  margin-bottom: 0;
}

li {
  list-style: none;
  text-transform: capitalize;
  color: darkgray;
  font-size: 18px;
  margin: 0;
  padding: 0;
}

ul {
  margin: 10px;
  padding: 0;
}

#icon {
  width: 70px;
  height: 70px;
}

#humidity,
#wind {
  padding-left: 40px;
}

#temperature {
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
}

.celsius,
.fahrenheit {
  font-size: 16px;
  top: -34px;
  position: relative;
}

.overview {
  margin-bottom: 20px;
}

.weather-temperature img {
  margin-right: 10px;
  height: 70px;
  width: 70px;
}

.weather-temperature .active {
  color: black;
  cursor: default;
  text-decoration: none;
}
.weather-app-wrapper {
  max-width: 700px;
  margin: 40px auto;
}
.weather-app {
  padding: 40px;

  border: 1px solid lightgray;
  border-radius: 5px;
  background: linear-gradient(to bottom, #fff1eb 40%, #ace0f9 100%);
}

.weather-forecast {
  margin-top: 50px;
  text-align: center;
  color: #000;
}

.weather-forecast-date {
  font-size: 16px;
  opacity: 0.5;
}

.weather-forecast-temperatures {
  font-size: 13px;
}
.weather-forecast-temperature-min {
  opacity: 0.5;
}
