html, body {
  background: #e6e9ef;
  color: #022342;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Source Sans Pro', arial, sans-serif;
  font-size: 16px;

  -webkit-font-smoothing: antialiased;

  font-weight: normal;
  line-height: 1.5;

  -moz-osx-font-smoothing: grayscale;

  size: portrait;

  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;

  touch-action: manipulation;

  -webkit-touch-callout: none;

  user-select: none;
}

h1 {
  font-size: 24px;
  font-weight: 300;
  margin: 0 0 0.5em;
  text-transform: uppercase;
}

h2 {
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 0.5em;
}

a {
  color: #2daae2;
  font-weight: 600;
  text-decoration: none;
}

/* components */

div[role="main"] {
  margin: 0 auto;
  max-width: 640px;
  min-width: 320px;
}

.page {
  margin: 0 auto;
  padding: 10px 20px;
}

.button {
  background: #00b2eb;
  border-radius: 3px;
  box-sizing: border-box;
  color: white;
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
