body{
    background-color: #FFD1E3;
}
.texts{
    text-align: center;
    font-size: 25px;
   color: rgb(0, 0, 0);
   
    
}
.head{
    margin-right: 750px;
    font-size: 30px;

}
.img {
    width: 90%;
    height: 260px;
    display: flex;
    border: 4px solid white;
    border-radius: 10px;
    overflow-x: auto;
    position: relative;
    
}
.img > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    flex-shrink: sticky;
    left: 0px;
}



