#memorial-banner {
  background: #1a1a1a;
  color: #f5f3ef;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  padding: 14px 20px;
  text-align: center;
  border-bottom: 3px solid #8a1f2d;
}

#memorial-banner p {
  margin: 0 auto;
  max-width: 780px;
}

#memorial-banner a {
  color: #f5f3ef;
  text-decoration: underline;
  text-underline-offset: 2px;
}

#memorial-banner a:hover,
#memorial-banner a:focus {
  color: #ffffff;
  text-decoration-thickness: 2px;
}

#memorial-banner strong {
  font-weight: 600;
}

@media (max-width: 600px) {
  #memorial-banner {
    font-size: 13px;
    padding: 12px 14px;
  }
}
