:root {
    /* --article-background-color: linear-gradient(-45deg, #162c35 70%, #0c252f 100%); */
    --rainbow-gradient-n90: linear-gradient(-90deg, #adfbda 0, #35c3ff 30%, #fda399 50%, #76d880 70%, #ebf38b 90%, #adfbda 100%);
    --rainbow-gradient-p90: linear-gradient(90deg, #adfbda 0, #35c3ff 30%, #fda399 50%, #76d880 70%, #ebf38b 90%, #adfbda 100%);
}

.rainbow-text {
    background-image: var(--rainbow-gradient-p90, #fff);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    filter: drop-shadow(0 0 0.5px rgba(0,0,0,0.3));
    text-shadow: none !important;
}