body{
background: url('../../../truegiftcorp/tarotengine/img/tarot-engine-stars-background.gif') #3e3437 repeat 0px 0px;
}
.clock{
text-align: center;
color: white;
margin: 0px auto 0px;
}
.tarot-engine-title {
text-align: center;
margin: 0px auto 0px;
}
.tarot-engine-title img{
width: 333px;
text-align: center;
}
.info{
text-align: center;
color:white;
}
.info a{
color: white;
font-size: 13px;
}
.page{
width: auto; 
text-align: center;
color: white;
margin: 1px auto 1px;
}
.page img{
width: 555px;
text-align: center;
color: white;
margin: 21px auto 20px;
font-size: 51px;
}
.moteur img{
width: 150px;
height: 300px;
outline: solid #3f27bb 3px;  
box-shadow: 0px 0px 15px 14px #3f27bb;

animation: fadeIn 3s; 
}
@keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}