body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    font-family: Arial, sans-serif;
    text-align: center;
}
img {
    max-width: 200px;
    height: auto;
}
p {
    font-size: 1.2em;
    color: #333;
}
.bold {
    font-weight: bold;
}
.footer {
    margin-top: 20px;
    font-size: 0.9em;
    color: #666;
}
.footer a {
    color: #23a600;
    font-weight: bold;
    text-decoration: none;
}