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

body {
  position: relative;
  font-family: Arial;
  margin: 0;
  padding: 0;
  background: #e0e4e7;
  font-size: 1.7em;
  color: #343B3E;
  line-height: 130%; }

.header {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 24px 0;
  width: 100%;
  height: 120px;
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.25); }
  .header img {
    width: auto;
    height: 120px; }

.content-body {
  display: block;
  max-width: 1024px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 80px 30px;
  font-size: 70%;
  text-align: center;
  position: relative;
  background: #fff;
  height: 100vh;
}

.content-body img{
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 60%;
  height: auto;
}


p {
  line-height: 100%; }

a {
  text-decoration: none;
  color: #1C9ED8; }
  a:hover {
    color: #55b6e2; }
  a:focus {
    color: #55b6e2; }
  a:active {
    color: #55b6e2; }

.footer {
  position: absolute;
  bottom: 10px;
  right: 20px;
  width: 100%;
  padding: 20px 30px;
  box-sizing: border-box;
  text-align: right;
  font-size: 80%; }

/*# sourceMappingURL=styles.css.map */
