body, html {
	background: url('../img/image.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

.text {
	position: absolute;
	bottom: 0;
	margin: 5%;
	color: white;
	font-size: 150px;
	font-family: roboto;
	opacity: .8
}