body {
    margin: 0;
    padding: 0;
    background: url('../assets/Home-Page.png') no-repeat center center fixed;
    background-size: cover;
    background-color: #0a0a0a;
    color: black;
    font-family: "Exo 2", sans-serif;
}

/* TEST: does CSS load? */
body {
    border: 5px solid red;
}

/* Remove this — it was duplicated and broken */
/* font-family: "Exo 2", sans-serif; */

a {
    color: #95FFFD;
    text-decoration: none;
    font-weight: 600;
}

a:hover {
    color: #3CC7C4;
    text-shadow: 0 0 10px #3CC7C4;
}

a:visited {
    color: #95FFFD;
}

/* Center the intro text */
h1, p {
    text-align: center;
    color: #95FFFD;
    text-shadow: 0 0 10px rgba(60, 199, 196, 0.4);
}

/* Make the main title bold */
h1 {
    font-weight: 700;
    margin-top: 40px;
}

/* Optional: slightly smaller subtitle */
p {
    font-weight: 400;
    font-size: 1.2rem;
}
