body {
    font-family: Arial, sans-serif;
    background-color: #2c3e50;
    color: #ecf0f1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    text-align: center;
    flex-direction: column;
}

h1 {
    color: #3498db;
    font-size: 3em;
    font-weight: bold;
}

p {
    font-size: 1.2em;
}
