.Ihs{
    border: 1px solid rgb(117, 102, 99);
    border-radius: 10px;
    border-style:ridge;
    padding: 4px;
  }
  body{
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
    background-color: rgb(241, 245, 244);
}
section img{
    border: 2px solid tomato;
}
img{
    margin: 25px;
   border-radius: 10px;
    height: 220px;
}
.contact{
    padding: 1% 60px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.web-developer{
    color: rgb(236, 11, 11);
    text-shadow: 4px 3px 5px rgba(0, 0, 0, 0.3);
    font-weight: 800;
}
/* head end */

/* about start */
.container{
    width: 100%;
}

.ABOUT-ME{
    background-color: white;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.SPECIALIZATION{
    padding-right: 30px;
    background-color: white;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.TECHNICAL{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: white;
    border-radius: 10px;
}
.tools{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: white;
    border-radius: 10px;
}

/* tools end */


/* ful-boder start */
.ful-boder{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: white;
    border-radius: 10px;

}


.btn{
    color: black;
    font-weight: 700;
    border-radius: 15px;
}

.lhs{
    border: 3px solid tomato;
    padding: 7px;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.EDUCATION{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: white;
    border-radius: 10px;
}
.dan{
    background-color: cornsilk;
}