body {
    background-color: gainsboro;
}

mark {
    background-color: wheat;
}


img {
    height: auto;
    width: 150px;
}
.cont{
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
