body {
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif;
    overflow-x: hidden;
    position: relative;
    -webkit-font-smoothing: antialiased;
    background: #FFFFFF;
    color: #565656;
    margin-bottom: 200px;
}

.process-form {
    margin: 0 22px;
}

.header {
  border-bottom: 1px solid #d1d6df;
  padding: 1rem 2rem;
}

a, strong {
  font-weight: 700;
  text-decoration: none;
  color: #2b2e42;
}