body {
    font-family: sans-serif;
    background: #111;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
}

h1 { 
    font-size: 2rem; 
    margin-bottom: 0.5rem; 
}

p { 
    opacity: 0.8; 
}

a { 
    text-decoration: none; 
    color: #7e5ac6; 
} 