body {
    font-family: Arial, sans-serif;
    text-align: center;
    background-color: #000;
    color: #fff;
    padding: 50px;
}

h1 {
    font-size: 3em;
    color: #00ffcc;
}

p {
    font-size: 1.5em;
}
