h1 {
    color: red;
 }
img{
    /*max-width: 100%;*/
    display: block;
}
.img{
    object-fit: contain;
    /*width: 100%;*/
    height: 200px;
}