.heade > a{
    text-decoration: none;
    color: grey;
    font-size: 22px;
    margin-top: 6vh;
}

/* .main-head{
    display: flex;
    flex-direction: column;
    justify-content: center;
} */

.main-head > img{
    position: relative;
    top: 10vh;
}

.mheads{
    width: 80%;
    margin: auto;
}
.img{
    margin: auto;
}

@media screen and (max-width:336px) {
    .heade{
        
        flex-direction: column !important;
    }    
}