body {
    font-family: 'Helvetica Neue', sans-serif;
    background: #f8f9fa;
    color: #333;
    margin: 0;
    padding: 40px 20px;
    text-align: center;
}

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

p {
    font-size: 1.1em;
    line-height: 1.6;
    margin: 10px 0;
}

a {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 12px 24px;
    font-size: 1em;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 20px;
}

button:hover {
    background-color: #0056b3;
}