body, html {
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    font-family: 'Helvetica', 'Arial', sans-serif;
}

.container {
    width: 80%; /* Adjust the width as needed */
    max-width: 600px; /* Maximum width of the container */
}

.responsive-image {
    width: 100%;
    height: auto; /* Maintain aspect ratio */
    display: block; /* Remove extra space below the image */
}
