body {
  margin-top: 10px;
}
p {
  font-size: 14px;
  margin: 0 auto;
}
h1 {
  margin: 0 auto;
}
h6 {
  margin: 0 auto;
}
.content {
  border: solid 1px black;
  border-radius: 5px;
  background: rgba(180, 218, 230, 0.6);
  padding: 10px 20px;
}
.container {
  padding-top: 10px;

  max-width: 650px;
}
.search-bar {
  padding-left: 10px;
}
.inactive {
  text-decoration: underline;
  position: relative;
  bottom: 16px;
  font-size: 16px;
}
.active {
  color: black;
  text-decoration: none;
  cursor: pointer;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.active:hover {
  text-decoration: none;
  color: black;
  cursor: default;
}
.city {
  text-align: center;
  position: relative;
  top: 20px;
  text-transform: capitalize;
}
.temp {
  text-align: center;
}
.future {
  padding-left: 10px;
  padding-right: 10px;
}
.range {
  border: solid 1px black;
  max-width: 100px;
  border-radius: 10px;
  text-align: center;
  margin: 5px;
  display: block;

  background: linear-gradient(
    rgba(167, 207, 240, 0.4),
    rgba(92, 168, 240, 0.4)
  );
}
.other-unit {
  font-size: 16px;
  position: relative;
  bottom: 16px;
  color: navy;
}
#changeCity {
  vertical-align: middle;
  height: 38px;
}
.btn {
  margin-left: 14px;
}
.footer {
  padding-top: 6px;
}
.forecastIcon {
  width: 50px;
  height: 50px;
}
