html{
  min-height: 100%;
  background-size: cover;
  background-color: gray;
}

.main-content{
  margin: 5rem;
  padding: 5rem;
  text-align: center;
  background-color: #9c9a9a61;
  border-radius: 10px;
  color: #bebebe;
  font-family: Verdana;
  font-size: 2rem;
}

.weather__description{
  font-size: 1.5rem;
}

.weather__status{
  font-size: 3rem;
}

.weather__temperature{
  cursor: pointer;
  color: #dedede;
}

.weather__temperature:hover{
  opacity: .5;
}
