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

h1 {
    font-size: 3rem;
    margin-bottom: 10px;
}

p {
    color: #555;
    margin-bottom: 20px;
}

a {
    text-decoration: none;
    background: #667eea;
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
}

a:hover {
    background: #5a67d8;
}
