blockquote {
  width: 500px; /* Sets a specific width */
  margin: center; /* Centers the blockquote if you set a fixed width */
}

h1 {
  text-align: center;
}