body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: #ffffff;
}
.image-container {
    text-align: center;
}
img {
    max-width: 100%;
    height: auto;
}