@charset "utf-8";
h1
{
	font-size: 1.5vw;
	font-family: Castellar;
}
.about
{
	font-size: 1.10vw;
	font-family: Candara;
}
h2
{
	font-size: 1vw;
	font-family: Castellar;
}
.padding
{
	padding-left: 10vw;
}
.game_preview
{
	padding-left: 20vw;
}
.menu
{
	font-size: .8vw;
	font-family: Candara;
}
a:visited
{
	text-decoration: none;
	color: black;
}
a, a:hover, a:focus, a:active 
{
	text-decoration: none;
	color: inherit;
}