body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: #f0f0f0;
}

.image-container {
    cursor: pointer;
}

img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}
