body {
    color: #333;
    font-size: 13px;
    line-height: 16px;
    flex-flow: column;
    align-items: center;
    font-family: IBM Plex Mono, sans-serif;
    font-weight: 300;
    display: flex
    }
h1 {
    color: var(--_colours---grey-v-dark);
    margin-top: 0;
    margin-bottom: 20px;
    font-family: Montserrat Underline, sans-serif;
    font-size: 46px;
    font-weight: 400;
    line-height: 44px
    }
a {
    text-decoration: underline
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 540px) {
  /* Styles for phones */
  body {
    font-size: 12px;
    line-height: 16px;
  }
  input, button {
    font-size: 12px;
    line-height: 12px;
  }
}