body {
    background-color: yellow
}

.title img {
    height: 500px;
}
.title {
    margin-left: 20px;
    position: absolute
}
.container {
    width: 750px;
    margin: auto;
    margin-left: 350px;
    margin-top: 50px
}
.incontainer {
    display: flex;
    align-content: center;
    margin: auto;
}

.htext {
    opacity: 0;
    color: pink;
    background-color: black;
    border-radius: 20px;
    padding: 5px 10px;
}
.item4:hover .htext,
.item3:hover .htext,
.item2:hover .htext,
.item1:hover .htext {
    opacity: 100;
    transition: opacity 0.3s ease;
}

.item1,
.item2 ,
.item3 ,
.item4 {
    margin: auto;
    align-content: center;
}

.item1 ,
.item4 {
    text-align: center
}

.item1 img,
.item2 img,
.item3 img,
.item4 img {
    height: 60px;
}



.maindraw img{
    height: 400px
}







