* {
    margin: 0;
    padding: 0;
}

.main-img{
    position: relative;


}

.img{
    background-image: url('../IMG/IMG20231218115511.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

/* img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    /* height: 100%;
    overflow-x:hidden;
} */

.main-text {
    position: absolute;
    top: 500px;
}

.main-text h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #000;
}