body,
.uc-background {
  margin: 0; /* keeps body flush with viewport */
  background: linear-gradient(
    to bottom,
    #282f78,
    #361c40,
    #5c2311
  );
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff; /* optional: ensures text contrast */
}
