body {
  background: linear-gradient(to top, rgb(237, 250, 252), rgb(253, 225, 209));
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  background-size: cover;
  background-attachment: fixed;
}

.search-input {
  margin: 13px auto;
  max-width: 500px;
  height: 30px;
  font-size: 1em;
  border: none;
  border-radius: 10px;
  box-shadow: 2px 5px 5px #00000080;
  background-color: #fde1d1;
}
.weather-app {
  background-image: url(images.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  max-width: 500px;
  border-radius: 10px;
  background-color: rgb(0, 0, 0, 0.2);
  margin: 0px auto;
}
.city-name {
  font-size: 4em;
  font-weight: bolder;
  margin: 0px;
  padding-top: 3%;
}
.country-name {
  font-size: 2em;
  margin: 0%;
}
.wether-app-detail {
  color: white;
  max-width: 250px;
  height: 250px;
  border-radius: 50%;
  background-color: rgb(0, 0, 0, 0.4);
  box-shadow: 0px 0px 0px 10px rgba(114, 113, 113, 0.5);
  margin: 5% auto;
  font-size: 1em;
}
.temperature {
  font-size: 3em;
}
.unit {
  font-size: 1em;
  position: relative;
  top: -1em;
}

.icon {
  width: 100%;
}
.description-1 {
  display: flex;
  justify-content: space-between;
  position: relative;
  top: -27%;
  padding-left: 2%;
  padding-right: 2%;
}

.description-2 {
  display: flex;
  justify-content: space-between;
  position: relative;
  top: -27%;
  padding-left: 2%;
  padding-right: 2%;
}
.description-3 {
  position: relative;
  top: -8%;
}
.weather-forcast {
  font-size: 0.9em;
  display: flex;
  justify-content: space-between;
  padding: 0% 0 2% 0;
}
.weather-forcast-temperature {
  display: inline-flex;
}
.weather-forcast-icon {
  width: 75%;
}
footer {
  font-size: 0.8em;
}
