body {
    font-family: 'Open Sans', sans-serif; /* Or your chosen font */
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #f9f9f9; /* Light background */
    color: #333; /* Dark gray text */
}

.container {
    text-align: center;
    padding: 2rem;
    max-width: 600px;
}

h1 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    color: #222;
}

.subtitle {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 1rem;
}

.contact {
    font-size: 1rem;
    color: #555;
    margin-bottom: 1.5rem;
}

.copyright {
    font-size: 0.8rem;
    color: #888;
}