body {
    background: url('https://images.actionnetwork.com/600x338/blog/2021/01/GettyImages-1166487487-1.webp') no-repeat center center fixed; 
    background-size: cover;
    color: rgb(255, 255, 255);
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}


body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

header {
    background-color: rgba(34, 34, 34, 0.9);
    padding: 20px;
    text-align: center;
    font-family: 'Oswald', sans-serif; 
    font-weight: 700; 
    font-size: 2rem; 
    text-transform: uppercase; 
    letter-spacing: 2px; 
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.8); 
}

nav ul {
    list-style-type: none;
    padding: 0;
}

nav ul li {
    display: inline;
    margin: 0 15px;
}

nav ul li a {
    color: yellow;
    text-decoration: none;
    font-weight: bold;
}

main {
    text-align: center;
    padding: 20px;
}

footer {
    background-color: rgba(34, 34, 34, 0.9);
    padding: 10px;
    text-align: center;
    position: fixed;
    width: 100%;
    bottom: 0;
}



.container {
    max-width: 800px; /* Adjust width to keep content centered */
    margin: 0 auto; /* Centers the content */
    padding: 20px; /* Adds space around content */
    background-color: rgba(34, 34, 34, 0.9); /* Optional: Adds contrast */
    border-radius: 10px; /* Smooth rounded edges */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Adds subtle depth */
}

ol {
    text-align: left; /* Keeps numbers aligned properly */
    padding-left: 20px; /* Moves numbers slightly to the right */
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.nav-link {
    color: #000; /* Default color for links */
    text-decoration: none;
}

.nav-link.active {
    color: #f00; /* Red color for the active link */
    font-weight: bold; /* Optional: makes the active link stand out more */
}
