body{

	background-color: black;
	color: white;
	margin-top: 10px;
}



.test{
  
  	text-align: right;
	
	


	width: 100%;
	font-size: 75px;
	font-family: Castellar;
 	text-shadow: 0.5em 0.5em 0.2em white;
}
.test1{
  
  	text-align: left;
	
	

margin-top: 6%;
	width: 100%;
	font-size: 75px;
	font-family: Castellar;
 	text-shadow: 0.5em 0.5em 0.2em white;
}
.test2{
  
  	text-align: right;
	
	

	margin-top: 6%;
	width: 100%;
	font-size: 75px;
	font-family: Castellar;
 	text-shadow: 0.5em 0.5em 0.2em white;
}
img:hover 
{
  transform: scaleX(-1);
}
footer{
	text-align: center;
}

