html {
  font-size: 16px;
  font-family: lato, sans-serif;
  line-height: 1.2;
  color: #231F20;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

body {
  margin: 0;
  padding: 1rem 2rem;
  max-width: 60rem;
}

* {
  box-sizing: border-box;
}
