html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body {
  background-image: url(../images/background-01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  background-attachment: fixed;
  font-family: 'Roboto Flex', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body section {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body section img {
  width: auto;
  height: auto;
  display: block;
  max-width: 305px;
}

body section p {
  margin: 20px auto;
  color: #7E7D7D;
  text-align: center;
}

body section p a {
  color: #7E7D7D;
  text-decoration: none;
}

body section p a:hover {
  text-decoration: underline;
  color: #90aa1e;
}
/*# sourceMappingURL=style.css.map */