html {
  font-size: 62.5%;
}

body {
  font-size: 3.6rem;
  font-family: system-ui, sans-serif;
  font-weight: 200;
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: #FFFFFF;
  text-align: center;
}

p {
  padding: 1rem;
  margin: 0;
}

a {
  font-size: 1.8rem;
  text-decoration: none;
  color: #18A6ED;
  transition: color 500ms ease-out;
}

a:hover {
  color: #983DC5;
}
