a:not(.no_und) {
    color: #3245ff;
    text-decoration: underline !important;
    text-underline-offset: 2px;
    text-decoration-thickness: 1px !important;
    /*transition: color 0.2s ease;*/
}

a:hover {
    color: #bc52ee;
    text-decoration-thickness: 1px !important;
}

a:visited {
    color: #7c3aed;
}

a:active {
    color: #d83333;
}

testcolor {
    color: #c3d2ff;
}

superpre::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: linear-gradient(to right, #6e6eff, transparent), url(https://grainy-gradients.vercel.app/noise.svg);*/
    background: url(https://grainy-gradients.vercel.app/noise.svg);
    pointer-events: none;
    z-index: 1;
}


coolpre::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, blue, transparent), url(https://grainy-gradients.vercel.app/noise.svg);
    pointer-events: none;
    z-index: 1;
}