a {
  text-decoration: none;
}

.today-block .active {
  color: black;
}

.city-name {
  font-size: 40px;
  font-weight: bold;
  text-align: right;
  margin-right: 40px;
}

.current-time,
.today-block {
  font-size: 24px;
  margin-right: 40px;
  text-align: right;
}

.main-icon {
  font-size: 60px;
  margin-top: 20px;
  text-align: left;
}

.additional-info {
  font-size: 22px;
  margin-top: 20px;
}

.description-today {
  display: inline-block;
}
.description-today:first-letter {
  text-transform: uppercase;
}

.weather-forecast-day {
  font-size: 26px;
  margin-top: 20px;
}

.small-icon {
  font-size: 40px;
  margin: 20px;
}

.weather-forecast-temperatures {
  font-size: 22px;
}

.weekly-weather {
  text-align: center;
}

.row .weekly-weather {
  margin-left: 20px;
}

.form-group {
  margin-left: 50px;
}

.weather-forecast-temperature-min {
  color: gray;
}

.copyright {
  text-align: center;
  font-size: 24px;
  margin: 30px;
  font-weight: bold;
}

.search-button {
  padding-left: 50px;
}

.github-link {
  font-size: 22px;
  margin: 15px;
  text-align: center;
}

.link {
  color: #ec6e4c;
}
