body {
  font-family: 'Open Sans', sans-serif;
  color: #222;
  margin: 0;
  background: #f8f7f7;
}

.purelander-template-container {
  width: 90%;
  padding: 5px 0 20px 0;
  margin: 0 auto;
  max-width: 790px;
}

.purelander-title {
  text-align: center;
  margin-bottom: 20px;
}

.purelander-title h3 {
  font-weight: 300;
  color: gray;
  margin: 0;
  text-transform: uppercase;
}

.purelander-template-section {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ccc;
}

.purelander-template-section h1 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 20px 0;
}

.purelander-template-img-link {
  display: block;
}

.purelander-template-img {
  text-align: center;
}

.purelander-template-section p {
  font-size: 17px;
  margin: 15px 0;
}

.purelander-button-container {
  text-align: center;
  margin-top: 30px;
}

.purelander-template-button {
  display: block;
  background-color: #4d86e2;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding: 15px;
  border-radius: 2px;
  font-size: 23px;
  transition: .25s;
}

.purelander-template-button:hover {
  background-color: #3d74ce;
}