html {
  height: 100%;
}

body {
  font: 20px sans-serif;
  letter-spacing: 0.14em;
  word-spacing: 0.1em;
  line-height: 3ex;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

p {
  border-left: 1px solid black;
  padding: 1em;
}

