body {
    background-image: url("/images/nullscape-headcanons/backgrounds/bg-v1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: black;
    background-position: center;
}

.content-holder {
    background-color: rgb(3, 1, 23);
    color: white;
}

a {
    color: rgb(241, 222, 77);
}

.header > a > h1 {
    text-decoration: none;

    background-image: url('/images/nullscape-headcanons/text-color.jpg');
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;

    transition: text-shadow 0.5s;
}

.header > a > h1:hover {
    text-shadow: 0 0 10px #fff, 0 0 20px #ff00ff; /* Glow effect */
}

.other-articles > ul > li {
    border: 1px solid purple;
    background-color: rgba(128, 0, 128, 0.4);
}