body {
  text-align: center;
  font-family: Lato, sans-serif;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
}

p {
  max-width: 500px;
}
