@import url('https://fonts.googleapis.com/css?family=Montserrat');
body {
	margin:0; 
	padding: 0;
	background-image: url(http://www.bedgeburycomms.com/staging2/wp-content/uploads/sites/6/2019/01/Forest-Large.jpg);
	background-position: fixed;
	background-size: cover;
}
#page404{ background-color:rgba(75,25,100,0.9); } 
 
 
#page404{width:100%; height: 100vh; display: table; font-family: 'Montserrat', sans-serif; }
#page404 div {display: table-cell; vertical-align: middle;}
#page404 h1{font-size: 50px; color:white}
#page404 h2{font-size: 30px; color:white}

#footer {width:100%; position: absolute; bottom: 0px; left: 0px; background-color: black; color:white; font-size: 10px; padding: 5px 0;} 