body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, #2c3e50, #4ca1af);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.container {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 40px;
    border-radius: 12px;
    max-width: 500px;
}

h1 {
    margin-bottom: 20px;
    font-size: 2.5em;
}

p {
    margin: 10px 0;
    font-size: 1.1em;
}

.contact {
    margin-top: 20px;
    font-weight: bold;
}

.footer {
    margin-top: 30px;
    font-size: 0.9em;
    opacity: 0.8;
}