body {
  margin: 100px 150px;
  font-family: "Roboto Condensed", sans-serif;
}

.weather-app {
  max-width: 450px;
  min-width: 320px;
  margin: 100px auto;
  display: block;
  padding: 20px 30px;
  background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
  border: 50px 10px;
  border-style: solid;
  border-radius: 20px;
  box-shadow: 10px 10px 10px grey;
  color: #ffffff;
}
.logo {
  font-family: "Rock Salt", cursive;
  font-size: 13px;
  padding: 10px;
}

.search-form {
  border-radius: 8px;
  border: 2px solid #ffffff;
  margin: 20px 30px;
  font-family: "Roboto Condensed", sans-serif;
  position: relative;
}

.search-button {
  float: left;
  margin: 15px 40px;
  position: relative;
}

.button-current-position {
  font-family: "Roboto Condensed", sans-serif;
  position: relative;
  font-size: 10px;
  border-radius: 8px;
  border: 2px solid #ffffff;
  margin-top: 22px;
}

.city {
  text-align: right;
}

.day-time {
  text-align: left;
}

.center-info {
  margin: 40px;
}
.main-icon {
  font-size: 100px;
  float: right;
  text-shadow: 10px 10px 10px grey;
}

.main-temperature {
  font-size: 80px;
  margin-left: -30px;
  margin-top: -10px;
}

.celsius {
  position: relative;
  font-size: 20px;
  top: -40px;
  transition: all 200ms ease-in-out;
}

.celsius:hover {
  color: grey;
}

.fahrenheit {
  position: relative;
  font-size: 20px;
  top: -40px;
}

.active {
  color: #000000;
  text-decoration: none;
}

.fun-icon {
  padding: 0;
}

.info-line {
  font-size: 20px;
  border-bottom: #ffffff solid;
  padding: 0 0 10px 0;
}

.forecast {
  text-align: center;
}

.forecast-icon {
  font-size: 30px;
  margin-top: 20px;
}

footer {
  font-size: 18px;
  line-height: 40px;
  padding: 10px 0 10px 0;
}

.footer-all {
  margin: 100px;
  margin-top: 5px;
}
