html {
  background: #f9f9f9;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  color: #111111;
  font-size: 18px;
}

body {
  background: white;
  max-width: 860px;
  margin: 0 auto;
  padding: 100px 40px;
}

h1, h2, h3, h4, h5 {
  line-height: 1.2;
}

h1 {
  font-weight: normal;
}

a {
  color: #08c;
}
a:hover {
  color: #006699;
}

.button-box {
  text-align: center;
  padding: 3em 0 4em 0;
}

.button {
  border: 0;
  border-radius: 3px;
  background-color: #EA4A23;
  padding: 15px 60px;
  text-align: center;
  display: inline-block;
  font-size: inherit;
  color: white;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}
.button:hover {
  background-color: #c73613;
  color: white;
}

.warning-box {
  background-color: #f6f4f3;
  padding: 20px 40px;
  font-size: 0.875em;
  color: #4c4a4a;
}

.mt3 {
  margin-top: 3em;
}

@media only screen and (max-width: 959px) {
  body {
    padding-left: 20px;
    padding-right: 20px;
  }
}