.main {
  margin-top: 50px;
}
.weather-panel {
  background-image: url("../sky-sunset-sunrise-time.png");
  background-size: cover;
  border-radius: 20px;
  box-shadow: 25px 25px 40px 0px rgba(0, 0, 0, 0.33);
  color: #fff;
  overflow: hidden;
  position: relative;
}
.weather-panel small {
  color: inherit;
  font-size: 50%;
}
.weather-panel ul.forecast > li {
  border-top: 1px solid #fff;
}
.weather-panel .temperature > span {
  font-size: 2em;
}