/* design.css */
.container {
    text-align: center;
    margin: 20px;
    padding: 20px;
}

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

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

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