.message-block {
  background: #004680;
  background: linear-gradient(90deg, #004680 0%, #002e5d 100%);
  padding: .5em 0; }
  .message-block h2 {
    color: #fff;
    text-align: center;
    margin: var(--space-xxs); }
  .message-block a, .message-block p {
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center; }
