body {
  background-color: #E1F9E5;
  font-family: Seravek, 'Gill Sans Nova', Ubuntu, Calibri, 'DejaVu Sans', source-sans-pro, sans-serif;
  font-weight: bold;
  color: #297040;
  margin: 0;
}

main {
  max-width: 600px;
  margin: auto;

  img {
    width: 100%;
  }
}

h1 {
  margin: .125em .5em;
  margin-bottom: 1.5em;
  font-size: 32px;
}

.split {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch;

  .subsplit {
    flex: 1;
  }
}

.cta {
  text-align: center;
  margin-bottom: 32px;

  h2 {
    font-weight: normal;
  }

  button {
    font-size: 24px;
    font-weight: bold;
    outline: none;
    border: 1px solid #000b;
    border-radius: .25em;
    padding: .25em 3em;

    &:disabled {
      background-color: #606060;
      color: #fff8;
    }

    &:focus {
      outline: 1px solid black;
    }
  }
}
