body {
    font-family: Arial, sans-serif;
    background: #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.container {
    text-align: center;
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

h1 {
    color: #2c3e50;
}

p {
    margin: 15px 0;
}

a {
    color: #f39c12;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}
