body {
  display: flex;
}

body > p {
  flex: 1;
  text-align: center;
}
