html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

h1 {
    font-size: 2em;
    margin-bottom: 1em;
}

.link {
    display: block;
    margin: 1em 0;
    font-size: 1.5em;
    color: #007BFF;
    text-decoration: none;
}

.link:hover {
    text-decoration: underline;
}
