*{
    margin: 0;
    padding:0;
}
html{
    box-sizing: border-box;
}
body{
    background:linear-gradient(to right,rgb(210, 208, 208),rgba(0, 0, 0, 0.4),rgb(206, 205, 205));
    
    
    font-size: 1.2em;
    
    color:rgb(81, 0, 110);
}

a{color:rgb(81, 0, 110);
    text-decoration: none;
    padding:3px;
}



/* class */



.flex{
    display: flex;
    }

.flex-wrap{
    flex-wrap:wrap;
}
    


.jbtwn{
    justify-content: space-evenly;
}

.mgn{
    margin-right:30px
}



/* class */


header{
   position:fixed;
   top: 0;
   left: 0;
   right: 0;
   bottom: ;
   background:linear-gradient(to bottom,rgba(62, 62, 62,0.1),rgba(119, 119, 119, 0.5),rgba(0,0,0,0));
   text-align: center;
   

}
.himg{
    width: 95vw;
    max-width: 600px;
    border-radius: 60%;
    border: 2px solid black;
}

.logo{
    
    border-radius: 0px;
    width:110px;
    max-height: 40px;
    
}


.wkey{
     

}

.head{
    display: flex;
    justify-content: space-between;
    padding: 10px;
    max-height: 60px;
    align-items: center;
}
.head a{
   
}

.projects{
    margin-top:75px;
}

.project{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    justify-content:center;
    width:80vw;
    margin-left:auto;
    margin-right:auto;
    background:linear-gradient(to right,rgba(0,0,0,1), rgba(0,0,0,.5), rgba(0,0,0,1));
    max-width:800px;
    text-align: center;
    border-radius:20px;
    min-width:320px;
}
.project img{
    width:350px;
    height:350px;
    border:1px solid rgb(251, 251, 251);
    margin:5px;
}

/* .abt-img{
    position: relative;
    top: -20px;
    width:300px;
} */


.div-size{
    height:300px;
}
.cntnr{
    padding: 60px 24px;

}

.about-me p{
    margin-bottom: 13px;
    margin-top: 30px;
}
#about-me{
    padding-top: 40px;
    margin-bottom: 40px;
}
.idnt{
    text-indent: 50px ;
}
.mt{
    margin-top:40px;
}
