body {
 /* overflow: hidden; */
  background-color: #fff;
}
header, footer {
  background-color: #fff;
  color: #fff;
  /*font-family: 'Oswald', sans-serif;*/
  font-family: 'Montserrat', sans-serif;
}

.mainContent {
 
  background-color: #fff;
}

footer {
  text-align: center;
}

.headerText {
  font-size: 40px;
}

.footerText {
  font-size: 30px;
}

.logo {
  display: block;
  margin: 10px auto;
}

/* responsive 
@media screen and (max-width: 479px) {
  .logo {
    width: 250px; 
   }

}

@media (min-width: 480px) and (max-width: 567px) {
  .logo {
    width: 180px;
  }
  .headerText {
    font-size: 25px;
  }

}

*/
