/* Reduce the height and narrow the content area of the gradient bar */
.page-header {
   background: linear-gradient(to right, #1e3c72, #2a5298);
}

.page-header h1,
.page-header h2,
.page-header p {
  max-width: 700px;   /* Limit the width of text/buttons */
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
