	  .mbg
	  {
		background-color:#ffffff;
	  }
	  
	  .abc:hover
	  {
		letter-spacing:3px;
		transition-duration:0.5s;
	  } 
	
	  .abc:not(:hover)
	  {
		letter-spacing:1px;
		transition-duration:0.5s;
	  }
      i:hover
	  {
			color:#72C0D0;	
			text-shadow:0 0 5px rgba(143, 247, 157, 0.5);
			transition-duration:0.5s;
	  }
	  .footer
	  {
		text-decoration:none;
		color:white;
		font-size:14px;
		font-family:courier new;
		text-shadow:0 0 5px rgba(255,255,255,0.5);
	  }
	  .footer:hover
	  {
		text-decoration:none;
		color:#72C0D0;
		text-shadow:0 0 5px rgba(255,255,255,0.5);
		
	  }
	  
	  .myimg
	  {
	      width:50%;
	  }
	  
	  
	  
	 .abc2:hover
	  {
		
		text-shadow:0px 0px 7px orange;
		transition-duration:0.5s;
	  }
	  .abc2:not(:hover)
	  {
		
		transition-duration:0.5s;
	  }
	 