body {
  margin: 0;
  min-height: 100vh;
  background: url("/static/images/bg_1024_2.png") no-repeat center center fixed;
  background-size: cover;
  position: relative;
}


body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.25); /* increase for more fade */
  /* background: rgba(0, 0, 0, 0.35);  black */
  pointer-events: none;
}
.light-bg {
    padding-top: 15px;
    color: #ffffff !important;
    font-size: 22px;
}