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

img {
    max-width: 30%;
    height: auto;
}

h1 {
    margin-top: 20px;
    font-size: 24px;
    color: #333;
}

.container {
    text-align: center;
}

.container img {
    display: block;
    margin: 0 auto;
}