body 
	{
		
		background-color: #1c1c1c;
		width: 100%;
		font-family:sans-serif;
		font-size: 0,5em;
		line-height:1,5em;
		word-spacing:0,8em;
		letter-spacing:0,5em;
		text-align: center;
		float: left;


	}


h1 
	{

		color: white; 
		font-size: 2em;
		font-family: sans-serif;
		position: center;
		margin-top: 10em;
	}


p 

	{
		color: white; 
		line-height:1.5em;
		margin-top:2% ;


	}


img
	{

		margin-top:15% ;

	}



a:link

	{

		color: white; 
		text-decoration: underline;

	}






/* styles for mobile devices */
@media only screen and (max-width: 767px) {
img
	{

		margin-top:33% ;

	}

}


