body, html {
    height: 100%;
    margin: 0;
    background-color: #FFFFFF; 
}

.container {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    height: 100vh; /* Full viewport height */
}

.centered-image {
    max-width: 100%; /* Responsive image */
    max-height: 100%; /* Keep aspect ratio */
}
