body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #005C88 0%, #728CC7 100%);
  z-index: -1;
}

.pf-v5-c-brand {
  text-transform: none !important;
}
