body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background: #FFF;
    color: #333;
}
.container {
    text-align: center;
    padding: 30px;
    background: #ffffff;
    border-radius: 8px;
}
h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
    color: #333;
}
p {
    font-size: 1.1em;
    margin-bottom: 20px;
}
a {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}
a:hover {
    text-decoration: underline;
}
