@charset "utf-8";

@-webkit-keyframes pulse  
{
0% {background-color: #123EB8;} 
50% {background-color: #41C7EB;}
100% {background-color: #123EB8;}
}

@-moz-keyframes pulse  
{
0% {background-color: #123EB8;} 
50% {background-color: #41C7EB;}
100% {background-color: #123EB8;}
}

@-ms-keyframes pulse  
{
0% {background-color: #123EB8;} 
50% {background-color: #41C7EB;}
100% {background-color: #123EB8;}
}

@-o-keyframes pulse  
{
0% {background-color: #123EB8;} 
50% {background-color: #41C7EB;}
100% {background-color: #123EB8;}
}



body {
	-webkit-animation: pulse 20s ease -3s infinite;
	-moz-animation: pulse 20s ease -3s infinite;
	-ms-animation: pulse 20s ease -3s infinite;
	-o-animation: pulse 20s ease -3s infinite;
}

div#zooi {
    
	
}


.img {
    max-width: 1000px;
    width: auto\9; 
	margin: 0 auto;
	display: block;
	height: 95vh;
	max-height: 1067px;
	
}

.img2 {
	width: auto\9;
	margin: 0 auto;
	display: block;
}

.centext {
  text-align: center;
  vertical-align: middle;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
