body{
	background-image: url("../Images/uswlogo2.png");
	background-attachment: fixed;
	background-size: cover;
	animation: fadeInAnimation ease 3s;
}

@keyframes fadeInAnimation{
	0%{opacity: 0;}
	100%{opacity: 1;}
}
.footer{
	font-size: 14px;
	color: white;
}