body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    color: #FFF;
    text-align: center;
    font-family: "VT323", serif;
    font-family: "Share Tech Mono", monospace;
    font-weight: 400;
    font-style: normal;
}

pre {
    color: #fff;
}

img {
    width: 75%;
    max-width: 800px;
}

a {
    color: inherit; /* Makes the link color the same as the surrounding text */
    text-decoration: underline; /* Removes the underline */
}

a:hover {
    color: #ff0000;
    text-decoration: underline;
}


.wrapper {
    padding-top: 25px; /* Added to prevent content hiding behind navbar */
    text-align: center;
    color: #fff;
}

.xcom {
}

h1 {
    font-size: 3em;
    font-weight: bold;
    color: #fff;
}

h2 {
    color: #fff;
    font-size: 2em;
    font-weight: bold;
}

.announce {
    margin-top: -50px;
    color: #fff;
    margin: 0px auto;
    padding: 10px;
    max-width: 800px;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
}

/* Reset some default styles */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Optional: Smooth scrolling for anchor links */
html {
    scroll-behavior: smooth;
}

.vt323-regular {
    font-family: "VT323", serif;
    font-weight: 400;
    font-style: normal;
}

.share-tech-mono-regular {
  font-family: "Share Tech Mono", monospace;
  font-weight: 400;
  font-style: normal;
}

footer {
    color: #fff;
    text-align: center;
    padding: 20px;
    width: 100%;
}
