@charset "utf-8";
/* CSS Document */

	body{
	  }
    .social-icons img {
      width: 40px;
      height: 40px;
      transition: transform 0.2s;
    }
    .social-icons img:hover {
      transform: scale(1.1);
    }
	  .footer p{
		  margin-top: 50px;
		  color: white;
	  }