@charset "utf-8";
/* CSS Document */
.animowaneBoxyCont{
	background-color: rgb(255,255,255);
 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	 
	padding: 0;
	margin: 0;	
}



/* #animBox{
	
	width:296px;
	text-align: center;
	border:1px solid black;

} */

a.animBox{
  text-decoration:none;
  display:block;  
}
