body {
  margin: 0; /* eliminates margin spacing on body so that the footer color is able to fill the window */
  background-color: #FAFAFA;
  font-family: 'Open Sans', sans-serif; /* Font from Google Fonts */
}
header {
   text-align: center;
}

main {
  margin: auto;
  width: 650px;
}
