@layer structure {
    /* a:not(.plain) {
        text-decoration: none;
        text-shadow: 0 10px 25px rgb(83, 45, 255);
        color: rgb(122, 92, 255);
        transition: all 0.2s;
    }

    a:not(.plain):hover {
        text-decoration: underline;
        color: rgb(81, 0, 255);
        text-shadow: 0 0 10px rgb(123, 70, 255);
    } */
}
