body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
}

.container {
    text-align: center;
}

.image-container img {
    max-width: 100%;
    height: auto;
}

.text-container p {
    font-size: 1.2em;
    margin-top: 20px;
}

.text-container a {
    color: #007bff;
    text-decoration: none;
}

.text-container a:hover {
    text-decoration: underline;
}