footer{
	background: #171313;color: #8d7e7e;
}
footer p{
	color: #C0C0C0;
 font-family: 'Poppins Light';
font-size: 12px; 
line-height: 22px;
letter-spacing: 0.3px;
}
footer a {text-decoration: none;
color: #C0C0C0;
 font-family: 'Poppins Light';
font-size: 12px; 
line-height: normal;
letter-spacing: 0.3px;
transition: transform 0.3s ease, color 0.3s ease;
}
footer a:hover{color: #EC870D;}
 