.background {
	font-family: 'Roboto', sans-serif;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: url(background.png); 
	background-size: cover;
	z-index: 0;

	}
	
.body {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	
	}