@charset "UTF-8";
/* CSS Document */

.centered-page-header {
  display: block;
  font-size: 36px;
  font-weight: normal;
  line-height: 31px;
  margin: 0px auto;
  padding: 38px 3px 7px;
  text-shadow: none;
  text-align: center;
}

.centered-page-description {
    display: block;
    margin: 0 auto 42px;
    max-width: 400px;
    text-align: center;
}
