body {
    background-color: #00091B; /* Dark background */
    color: #fff; /* White text color */
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.container {
    text-align: center;
    padding: 20px;
}

h1 {
    font-size: 4em;
    margin-bottom: 10px;
}

p {
    font-size: 1.2em;
}