body {
	background: url("../img/logo.svg") no-repeat 50% 50% fixed;
	-webkit-background-size: 50%;
  	-moz-background-size: 50%;
  	-o-background-size: 50%;
  	background-size: 50%;
  	width: 100%;
	min-height: 100vh;
}