body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.container {
    text-align: center;
    background: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

h1 {
    color: #d97706;
    font-size: 2em;
    margin-bottom: 20px;
}

p {
    color: #333;
    font-size: 1.1em;
    margin: 10px 0;
}

footer {
    margin-top: 30px;
    font-size: 0.9em;
    color: #888;
}
