@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap');

html {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
  background: #111;
  color: #fff;
}

body {
  margin: 0 auto;
  font-size: 2em;
  padding: 1rem;
  min-height: 100vh;
  box-sizing: border-box;
}

body, div {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

div {
  flex-direction: column;
}

h1, p {
  margin: 0;
}

