
body {
    background-color: #d4a2f0;
}
 
a:hover {
            text-shadow: 0 0 5px #fff, 0 0 10px #b52ce8, 0 0 20px #8800ba;
        }


a {
    text-decoration: none;
    color: #b660e6;
}