body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
}

.content {
    text-align: center;
    margin-top: 50px;
}

.content h1 {
    font-size: 2.5em;
    margin-bottom: 0.5em;
}

.content p {
    font-size: 1.2em;
    color: #555;
}

.content img {
    margin-top: 20px;
    width: 200px; /* Adjust size as needed */
    height: auto;
}
