body {
    margin: 0;
  background: url(https://rent-test.hagoadv.com/img/rent-img1blur.jpg) no-repeat;
  background-size: cover;
}
.container{
	display: table;
    position: absolute;
    width: 100%;
    height: 100%;}
.title{
	display: table-cell;
    vertical-align: middle;
    text-align: center;}
.title h1, .title p{
	color:#fff;
	text-shadow:0px 0px 20px rgba(0,0,0,0.6);}
.title h1{
	margin: 0;
    font-size: 10em;}
.title p{
	margin: 0.5em 0;
    font-size: 2em;}