html{
	min-height:100%
 }
body{
	min-height:100%;
	background-image: url("background.jpg");
	background-color: black;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed
}

#remet-logo{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	color: orange;
	font-style: italic;
	font-size: 150px;
	font-family: "Audiowide", sans-serif;
}