body 	{background-image: url("back_dark.jpg");
		 background-position: center;
		 background-repeat: no-repeat, fixed;
		 background-size: display;
	} 
	
.main	{background-color: rgba(111,113,115,0.7);
		 width: display;
		 margin: 10em;
		 border-radius: 10px;
		 padding: 0.2em;
	}

h1		{font-family: "Century Gothic";
		 color: rgba(255,255,255,1);
		 text-align: center;
	}
	
p 		{font-family: "Century Gothic";
		 color: rgba(255,255,255,1);
		 text-align: center;
		 padding-left: 0.5em;
		 padding-right: 0.5em;
	}
	
footer {background-color: rgba(111,113,115,0.7);
		position: bottom;
		size: display;
}