html {
  font-family: neo-sans;
  font-weight: 700;
  font-size: calc(62rem / 16);
}
body {
    background: white;
  }
section {
    /* background: black; */
    /* color: white; */
    border-radius: 1em;
    padding: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
