body {
    background-color: #050505;
    color: #e0e0e0;
    font-family: 'Outfit', sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 2rem;
}

a {
    color: #a0a0ff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1, h2, h3 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    margin-top: 2rem;
}
