@keyframes fundo {
	0% 		{	text-shadow: #0ff 2px 0px 5px;
				/*word-spacing: 2px;
				/*line-height: 150%;*/
	}
	25%		{	text-shadow: #ff0 0px 2px 4px;	
				/*letter-spacing: -1px;*/
	}
	50%		{	text-shadow: #f0f -2px 0px 3px;	
				/*letter-spacing: 1px;*/
	}	
	100%	{	text-shadow: #0ff 0px -2px 2px;	
				/*word-spacing: 0px;
				/*letter-spacing: 0;
				/*line-height: 130%;*/
	}
}

html, body {
	color: #000;
	font-size: 2em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;	
	
				
	text-align: left;
	text-shadow: #0ff 3px 3px 5px;		
				
	display: flex;
	align-items: center;
	justify-content: center;
	
	
}
html {
	/*background-color: #eee;*/
	background-image: url("fundo.jpg");
}

body {
  background-color: #eee;
  height:100%; width: 100%;
}
			
::selection {
	background-color: #000;
	color: #eee;
}
main {
	animation-name: fundo;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	
	align-self: center;
	
}	
em {
	font-style: normal;
	font-weight: 600;
}

a {
	color: #f0f;
}

.ciborgue {
	font-family: "OCR A Extended", "Lucida Console", monospace;
	text-shadow: #f0f 3px 3px 5px;
}
.ciborgue::selection {
	text-shadow: #0f0 3px 3px 5px;
}
.ciborgue a {
	text-decoration: none;
	color: inherit;
}

.deusa {
	font-family: "Edwardian Script ITC", cursive;
	font-size: 2em;
	font-weight: normal;
}

/* texto destacado */
.importante {	
	background-color: rgb(255, 255, 0, 0.5); /*#ff0 */
}
.importante::selection {
	background-color: #000;
	color: #ff0;
	text-shadow: #fff 3px 3px 3px;
}

article {
	background-color: #eee;
	/*background-image: none;*/
	background-size: cover;
	background-repeat: repeat;
	
	font-size: 0.35em;
	font-family: "OCR A Extended", "Lucida Console", monospace;
	text-align: left;
	text-shadow: none;
	padding: 0.4em;
	margin: 0.1em;
	line-height: 1.3em;

}

article *::selection {
	text-shadow: #00f 3px 3px 5px;
}
h1 {
	line-height: 1.5em;
}

sup {
	font-size: small;
}

strong {
	font-weight: 900;
	font-style: italic;
}
table {
	font-size: 0.7em;
}
td {
	width: 50%;
}