body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 20px;
    background-color: #f2f2f2;
    /* A neutral background color */
}

.container {
    width: 300px;
    /* Adjust the width as needed */
    padding: 20px;
    text-align: right;
    border-radius: 10px;
    margin: 10px;
}

/* Set specific background colors based on the dominant color of the images */
.ich {
    background-color: #FF0000;
    /* Replace with the dominant color of your portrait image */
}

.liebling {
    background-color: #FF0000;
    /* Replace with the dominant color of your favorite movie image */
}

img {
    max-width: 100%;
    height: auto;
}
