body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  padding: 60px 100px;
}
h1 {
  padding: 70px 100px 10px 20px;
  line-height: 80px;
  color: #b32244;
  font-family: sans-serif;
  font-size: 60px;
  text-transform: uppercase;
}
h2 {
  display: block;
  margin: 0 auto;
  text-align: center;
  border: 5px solid #f7f5dd;
  border-radius: 50%;
  width: 70px;
}

h3 {
  display: inline-block;
  padding: 20px;
  line-height: 35px;
  color: #b32244;
  font-size: 38px;
}
h5 {
  text-align: center;
}
p {
  text-align: center;
  color: #757575;
}

.row {
  margin: 0;
  padding: 0;
}
.card {
  background-image: linear-gradient(
    -225deg,
    #dfffcd 0%,
    #90f9c4 48%,
    #39f3bb 100%
  );
  max-width: 75%;
  display: block;
  margin: 0 auto;
}
#main-body {
  display: block;
  margin: 0 auto;
}

.today-weather {
  text-align: right;
  margin: 20px 20px;
  padding: 30px 40px;
  border: 5px solid #f7f5dd;
  border-radius: 100%;
  height: 200px;
  width: 200px;
}

.weather-details {
  line-height: 35px;
  padding-top: 5px;
}
.active {
  color: #b32244;
  cursor: default;
}

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

#description {
  text-align: left;
  text-transform: capitalize;
  padding-left: 20px;
}
