*{
    margin: 0;
    padding: 0;
    text-decoration: none !important;
}



.imgg{
    width: 50%;
    height: 100%;
    padding: 3px;
}

.maindiv{
    display: flex;
    justify-content: center;
}

.cccc{
    background-color: rgb(255, 1, 1);
    width: 50%;
}

.container-m{
    width: 50%;
}

@media (max-width: 900px) {
    .imgg {
        width: 100%;
    }
}

.mainimg{
    /* filter: drop-shadow(15px 1px 4px #CCCCCE); */
}

.bgtxt{
    font-size: 10px;
    color: gray;
    position: fixed;
    left: -2px;
    right: 0;
    margin: auto;
    top: 200px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: -1;
}
 