

.imghead{
    width: 50px;
    height: 50px;
}
.saurav{
    text-align: center;
}

.bio{
    text-align: center;
    width: 60%;
    margin: auto;
    line-height: 22px;
}
.mail{
    text-align: center;
    
}
.btncopy{
    margin: auto;
    border: none;
    background-color: whitesmoke;
    font-size: 12px;
}
#mern{
    font-size: 50px;
    margin-bottom: 20px;
    margin-top: -20px;
}
.lh{
   margin-top: -5px;
}
.anchr{
    text-decoration: none;
}
#git{
    display: inline-block;
    margin-top: 10px;
}
#live{
    display: inline-block;
    margin-top: 10px;
    margin-left: 10px;
}
#seconddiv{
   width: 500px;
   
  margin-top: -50px;
}
.css{
    height: 90px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.css1{
    width: 115px;
}

#skill{
    background-color: #bc2fea;
  
    
}
.icon5,.icon1{
    font-size: 30px;
    margin-right: 30px;
    color:white;
}

#meimg{
    border-radius:50%;
    width: 500px;
}
.email3{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 390px;
    margin: auto;
    margin-top: 20px;
   
}
#iconic4{
    display: flex;
   margin-top: 20px;
    align-items: center;

}
.testimonials__name{
    margin-top: -65px;
   
}

#rr>div{
    display: flex;
    justify-content: space-around;
}

@media all and (min-width:375px) and (max-width:580px){
    #r>div{
       
        display: flex;
        justify-content: space-around;
      
    }
   
   #e{
    font-size: 20px;
   
   }
    .css{
        height: 70px;
        border-radius: 5px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
     .css1{
        width: 81px;
     }
}

@media all and (min-width:275px) and (max-width:374px){
    .css{
        height: 150px;
        border-radius: 5px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
    .css1{
        width: 160px;
    }
    
}
@media all and (min-width:150px) and (max-width:274px){
    .css{
        height: 70px;
        border-radius: 5px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
    .css1{
        height: 70px; 
        width: 120px;
    }
   
}