.active {
  font-weight: bold;
  color: #362529;
  text-decoration: none;
  cursor: default;
}
.active:hover {
  color: #362529;
}
.celsius-fahrenheit {
  font-size: 16px;
  position: relative;
  top: -28px;
}
#celsius,
#fahrenheit {
  text-decoration: none;
  color: #656d7e;
}

.date {
  font-size: 20px;
  color: #656d7e;
  opacity: 0.7;
  text-align: left;
  display: block;
}
.emoji {
  text-align: center;
  display: block;
  opacity: 0.7;
  font-size: 23px;
}
.firstSection,
.secondSection {
  border-right: 1px solid #9499a5;
  padding-left: 20px;
}

.forecastDay {
  color: #464c58;
  font-family: "Roboto Slab", serif;
  display: block;
  text-align: center;
}

.highestTemperature {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.time {
  color: #656d7e;
  text-align: left;
  display: block;
  font-size: 30px;
}
.description {
  color: #656d7e;
  margin-left: 20px;
}
#wind {
  margin-left: 20px;
}
.main {
  margin: 100px auto;
  margin-bottom: 10px;
  padding: 80px;
  border: 2px solid;
  max-width: 1050px;
  font-family: "Poppins", sans-serif;
}

.container .forecast {
  padding: 20px;
}
.clear {
  font-size: 30px;
  color: #656d7e;
  opacity: 0.7;
  text-align: left;
  display: block;
  margin-left: 20px;
}
.lowestTemperature {
  display: block;
  text-align: center;
  font-size: 15px;
}
.searchBar,
.searchButton {
  display: inline;
  border: solid 1px rgba(90, 98, 117, 0.6);
  border-radius: 30px;
  max-width: 171px;
}

.emojiBig {
  font-size: 70px;
  font-weight: bold;
  color: #656d7e;
  opacity: 0.9;
  padding-right: 20px;
}
.temperatureBig,
.city {
  font-size: 50px;
  font-weight: 500;
  color: #656d7e;
  font-family: "Roboto Slab", serif;
}
.source-code {
  display: block;
  text-align: center;
}
#sourceCodeLink {
  text-decoration: none;
}
.weekDay {
  font-weight: bolder;
  font-size: 23px;
  color: #656d7e;

  display: block;
  text-align: center;
}
