body {
    background: #050816;
    color: #e6e6e6;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.box {
    background: #101827;
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 0 25px rgba(0,255,170,0.15);
    max-width: 700px;
}

h1 {
    color: #7CFF8A;
    font-size: 52px;
}

p {
    font-size: 24px;
    line-height: 1.8;
}

a {
    color: #4ea1ff;
    text-decoration: none;
}

a:hover {
    color: #7CFF8A;
}
