body.guinness h1 {
  color: #8000ff;
  text-align: center;
  width: 100%;
}

body.guinness h1 p:first-of-type {
  color: red;
}

body.guinness main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 750px;
  font-family: Arial, Helvetica, sans-serif;
  margin: auto;
  padding: 2em;
}
