body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #fddfb9; /* Set background color */
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.centered-image {
    max-width: 100%;
    max-height: 100%;
}
