.bg {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.topOffset {
  margin-top: 5%;
}

.content {
  color: #ffffff;
  background-color: rgba(0,0,0,0.5);
  border-radius: 1em;
  padding: 1em;
  font-family: Raleway, Serif;
}

#currentWeatherIcon img {
  height: 2em;
}
