body{
  display: flex;
  justify-content: center;
}

p{
  max-width: 80ch;
  text-wrap: wrap;
}
