body {
    margin: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1a1a1a; /* Dark background */
    font-family: Arial, sans-serif;
}

.container {
    text-align: center;
}

h1 {
    color: #ffffff; /* White text */
    font-size: 3rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}