@import url("./font/opendyslexic.css"); 

body 	
{
	background-color:   #102318;
}

/* Any Image shuld be pixeld by default. */
img
{
  image-rendering: pixelated;
}

a 
{
	color:   #479e6a; 
	font-size: 1rem;
  font-family: 'OpenDyslexicRegular', 'Courier New', monospace;
} 

h1
{
	color: #edf7f1;
  font-size: 2.4rem;  
	font-family: 'OpenDyslexicBold', 'Courier New', monospace;
}
