body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2e2c2c9a; /* Light grey background */
}

.responsive-image {
    max-width: 100%;
    height: auto;
    max-height: 100vh; /* Optional: Limits the image height to the viewport height */
}
