#mein-Bild {
    border: 4px solid red;
}

img{
     width: 300px;
    height: 300px;
}
#ich {
    background-color: white;
    width: 60%;
    float: left;
}

#liebling {
    background-color: darkgreen;
    width: 40%;
    float: left;
}