@import url(https://fonts.googleapis.com/css?family=Raleway);
#page-first-open {
	width: 1000px;
	height: 500px;
	text-align: center;
	margin: auto;
	position: relative;
	top: 50px;
	
}

#page-first-open h1 {
	font-family: "Raleway", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 900;
  	font-style: normal;
	
}
#page-first-open p {
	font-family: "Raleway", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 500;
  	font-style: normal;
	
}
#bg {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
}