


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


@media(max-width:700px){

	.social-icon{
	  
	  margin: auto !important;
	  width: 60% !important;
	  
	}
	
	.my-h1{
	  margin-top: 30px !important;
	  font-size: 20px !important;
	 
	}
	}