body
{
 background-color: black;
color: turquoise;  
}

h1, h2
{
  
font-family: 'Roboto', sans-serif;
}
li
{
  font-family: 'Lato', sans-serif;
}
p
{
	font-family: 'Abyssinica SIL', serif;
}
a{color:turquoise;}
hr{background-color:#40e0d0;}
footer{padding:50px};