	body { 
	background-color: black;
		background: url("../errorimgs/background_01.jpg") no-repeat center center fixed; 
		background-size: cover;
	}
	.textsection {
		width: 800px;
		height: 550px;
		position:absolute; /*it can be fixed too*/
		left:0; right:0;
		top:0; bottom:0;
		margin:auto;
		padding: 5px;
		max-width:100%;
		max-height:100%;
		overflow:auto;
	 background: rgba(255,255,255,0.5);

	}
	h1 {
		font-size:400%;
		color:red;
		font-family: 'Russo One', sans-serif;
		text-shadow: 4px 4px 2px rgba(0, 0, 0, 1);
		
	}
	.maintext {
		font-size: 150%;
		font-family: 'Pacifico', cursive;
		color:black;
}	
	a {
	color: white;
	text-decoration:none;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
	 }
	 a:hover {
	 color: limegreen;
	  }