section.light {
  background: #eee;
}
@supports (mix-blend-mode: lighten) {
  section.light .gradient1 a {
    display: inline-block;
    position: relative;
    color: #000;
    background: rgba(238, 236, 234, 1.0) url(/images/bg_glay_m52.png) no-repeat center fixed;
    mix-blend-mode: multiply;
  }
  section.light .gradient1 a::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right,#23966c, #faaa54, #e23b4a, #db0768, #360670);
    pointer-events: none;
  }
  section.light .gradient1 a::before {
    mix-blend-mode: screen;
  }
}


/* Page styling, ignore */
/* body {
  margin: 0;
  font-family: "Lato", sans-serif;
  text-align: center;
} */

/* section {
  min-height: 50vh;
  padding: 2em;
}

.gradient1 a {
  font-size: 96px;
  margin: 0.5em;
  opacity: 0.9;
} */