body {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #121212;
    font-family: 'Arial', sans-serif;
    color: #e0e0e0;
}

.container {
    text-align: center;
    border: 2px solid #333;
    padding: 20px;
    border-radius: 10px;
    background-color: #1e1e1e;
}

h1 {
    font-size: 3em;
    color: #e0e0e0;
}
