body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f7f7f7;
}

.container {
    text-align: center;
    max-width: 600px;
    padding: 20px;
}

h1 {
    color: #333;
}

p {
    color: #555;
    font-size: 1.1em;
}

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

a.link {
    display: inline-block;
    margin-top: 20px;
    font-weight: bold;
}