@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');

html {
  height: 100%;
}

body, html {
  background: #000;
  margin: 0;
  padding: 0;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
}

#content {
  font-family: 'Noto Serif JP', serif;
  color: #ccc;
  font-size: 1.05em;
  text-align: justify;
  user-select: none;
  padding: 0 calc(20vw - 5em);
  max-width: 50em;
}

#content:after {
  content: "Wheet";
  transform: rotate(180deg);
  color: #fff3;
  display: block;
  user-select: none;
}

p {
  margin: 1.2em 0;
  line-height: 1.7em;
}
