body{
	background-position: center;
	background-color: #fff;
	background-image: url("/images/logo.png");
	background-size:50% auto;
	background-repeat: no-repeat;
	font-size:20px;
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	height: 100vh;
	color:white;
	font-weight:300;
}