body {
  background-color: #dddde0;
  font-family: 'helvetica neue', 'helvetica', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

a {
  color: #8bc;
}

.wrapper {
  background-color: #445;
  color: #eeeef0;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
}

header {
  text-align: center;
  width: 100%;
}

header h1 {
  font-weight: 500;
  padding: 1em;
  text-align: center
}

header h1 span {
  color: #fff;
  display: block;
  font-weight: 400;
  font-size: 0.625em;
  letter-spacing: 0.1625em;
  text-transform: uppercase;
}

header h2 {
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 0.5em;
    letter-spacing: 1px;
}

.main {
  font-size: 15px;
  height: 100%;
  margin: 16px auto;
  max-width: 480px;
  padding: 12px;
  width: 100%;
}
