img { 
    float: left;
    width: 300px;
    height: 300px;
    object-fit: cover;


}
p {
    background-color: rgb(218, 140, 109);
    color: rgba(17, 16, 12, 0.877)
}

h1 {
    background-color: rgb(150, 109, 218);
    color: rgb(233, 206, 56)
}

section {
    display: flex;
}