body {

}

.forecast-grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}

.forecast-grid > .forecast-block {
  border: 1px solid black;
  /* border-radius: 10px; */
  padding: 1em;
  margin: auto;
  text-align: center;
  width: 25em;
}


/* Footer Styles */
.footer {
  background-color: #D9D9D9;
  /* FIX THE BACKGROUND COLOR */
  height: 8em;
  font-family: "Voltaire", sans-serif;
  padding: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}
