html,
body {
    height: 1250px;
    min-height: 100%;
}

body {
	background: url('../images/contact.jpg');
	background-size: cover;
	background-position: top center;
	color: #BBE3FF;
}

h1, p {
	margin-left: auto;
	margin-right: auto;
}

h1 {
	font-weight: bold;
    text-align: center;
    color: #fff;
}

footer {
    color: rgb(99, 153, 191);
}