/*###################################################################################*/
/* img specs*/
/*###################################################################################*/

	img {
		margin:10px 0 5px; 
		width: auto;    /*Centering a div in a div you can set 50% to change the aspect with the size of the screen*/
		margin: 0 auto; /*Centering a div in a div */
		box-shadow: 0px 30px 40px -25px rgba(0, 0, 0, 1);
	}

	
	