
body {
    background: linear-gradient(to bottom, #0d0d0d, #1a001a);
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    padding: 40px 20px;
    max-width: 900px;
    margin: 0 auto;
}

h1, h2 {
    color: #c9c9c9;
    text-shadow: 0 0 6px #A020F0;
}

h1 {
    font-size: 2rem;
    margin-bottom: 30px;
    text-align: center;
}

h2 {
    margin-top: 30px;
    font-size: 1.2rem;
}

a {
    color: #e8e5DE;
    text-decoration: underline;
}

.highlight {
    color: #ffffff;
}
