body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background: #f4f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.container {
    text-align: center;
}
.container img {
    max-width: 80%;
    height: auto;
}
.container h1 {
    margin: 20px 0 10px;
    font-size: 3em;
    color: #333;
}
.container p {
    color: #555;
    font-size: 1.2em;
}
