body {
  display: flex;
  flex-flow: column wrap;
  text-align: center;
  align-items: center;
}

body p {
  font-size: 40px;
}
