.image-container {
    display: inline-block;
    padding: 10px;
}

#my-image {
    border: 4px solid red;
}

#I {
    background-color: #E6E6E6; /* Replace with the actual dominant color of the portrait image */
}

#darling {
    background-color: #C0C0C0; /* Replace with the actual dominant color of the favorite celebrity image */
}

