body
{
  background-color:#3c3c3c;
}

h1
{
	font-size:28px;
}

h2
{
	font-size:28px;
}

@media screen and (max-width: 800px)
{
	h1
	{
		font-size:20px;
	}
	
	h2
	{
		font-size:20px;
	}
}
