/*Declaration of the "Quicksand" font.*/
@font-face 
{
	src: url(Quicksand.ttf);
	font-family: Quicksand;
}

body
{
	background-color: #121212;
	color: white;
}

a
{
	text-decoration: none;
	color:  white;
} 

a:hover
{
	color: skyblue;
}

center
{
	font-family: Quicksand;
}
.Logo
{
	border-width: 1px;
	border-radius: 5px;
}

h1
{
	font-family: Quicksand;
}

h2
{
	font-family: Quicksand;
}

p
{
	font-size: 20px;
	font-family: Quicksand;
}

