html {
    background-color: white; 
    color: black;
    font-style: italic;
    font-weight: 900;
    line-height: 50px;
    letter-spacing: 10px;
}

#sigil {
    filter: invert(100%);
}

#luciferstatue:hover {
    filter: invert(500%);  
}

#luciferstatue {
    filter: grayscale(100%);
}


a {
    color: black;
    cursor: crosshair;
}

p:hover {
    background-color: black; 
    color: white;
    text-shadow: 0px 0px 10px white;
    max-width: 900px;
    
}

a {
    text-decoration: none;
}
a:hover {
   background: red;
    background: -webkit-linear-gradient(left, orange , yellow, green, cyan, blue, violet);
    background: -o-linear-gradient(right, orange, yellow, green, cyan, blue, violet);
    background: -moz-linear-gradient(right, orange, yellow, green, cyan, blue, violet);
    background: linear-gradient(to right, orange , yellow, green, cyan, blue, violet);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
