/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Dec 16 2022 | 17:10:30 */
#mensagemnatal {
    font-family: 'Rubik Gemstones';
    font-size: 40px;
    color: red;
    text-align: center;
	text-decoration: bold;
}
#mensagemnatalpiscar {
    font-family: 'Rubik Gemstones';
    font-size: 20px;
    text-align: center;
	animation: piscapisca 3s infinite;
}
.header-page.background-section {
  display: none;
}
#colophon{
	height: 0px !important;
}  
.numero1{
	animation: piscapisca 3s infinite;
}      
.restonumeros{   
	color: white;   
}
        
.restonumeros1{
	color: #5ccb5f;
}
.restonumeros2{
	color: #66442c;
}
.restonumeros3{
	color: #af8c00;
}
@keyframes piscapisca {
	0% { color:yellow; }
	10% { color:white; }
	15% { color:white; }
	20% { color:white; }
	25% { color:purple; }
	35% { color:purple; }
	40% { color:white; }
	45% { color:white; }
	50% { color:blue; }
	60% { color:blue; }
	65% { color:white; }
	70% { color:white; }
	75% { color:red; }
	85% { color:red; }
	90% { color:white; }
	95% { color:white; }
	100% { color:yellow; }
}
input{
	margin-top: 10px;
	color: white;
}
