body {
    font-family: Arial, sans-serif;
    background-color: black;
    background-image: url('images/tobsigil.png'); /* Adjust if in subfolder, e.g., 'images/occult-symbol.png' */
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: contain;
    color: red;
    position: relative;
    margin: 0;
    padding: 20px;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black overlay */
    z-index: -1;
}

h1, h2, h3 {
    color: red;
}

a {
    color: #ff6666; /* Lighter red for links */
    text-decoration: none;
}

#article-content {
    margin-top: 20px;
}
.content {
    background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent black */
    padding: 20px;
    border-radius: 10px;
    color: red;
}
#article-content img {
    max-width: 100%;
    height: auto;
    margin: 10px 0;
}
#article-content img {
    max-width: 100%;
    height: auto;
}
#article-content {
    width: 800px; /* Adjust this number as needed */
    margin: 0 auto; /* Centers the container */
}
.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 8px;
    z-index: 100;
}

.skip-link:focus {
    top: 0;
}
.special-background {
    background-image: url('images/bg2.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}