*, ::after, ::before {
  box-sizing: border-box;
}


body {
  color: #333;
  font-family: Lato, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.container {
  position: absolute;
  -ms-transform: translate(-50%,-38%);
  -webkit-transform: translate(-50%,-38%);
  transform: translate(-50%,-38%);
  top: 38%;
  left: 50%;
  /* text-align: center; */
  width: 100%;
  max-width: 412px;
  padding: 20px;
}

.image-wrapper {
  width: 100%;
  margin: 0px auto 30px;
}

.image-wrapper img {
  width: 100%;
}

h1 {
  /* font-family: 'EB Garamond', serif; */
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 2em;
  color: #6e6e6e;
}

p {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 1em;
}

a {
  color: #177bc8;
  text-decoration: none;
}

@media screen and (max-width: 768px) {

  body {
    font-size: 16px;
  }

  h1 {
    font-size: 1.7em;
  }

}
