body {
	background: url(https://images.unsplash.com/photo-1521192389986-637ffe547ee0?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=182b724a2b67ad1fe2c0a33dba9c6d66&auto=format&fit=crop&w=753&q=80);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	font-family: Courgette;
}

html {
	height: 100%;
}

.bg-light {
		background-color: #B093BA!important;
}

#content {
	text-align: center;
	padding-top: 25%;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
				 0px 8px 13px rgba(0,0,0,0.1),
				 0px 18px 23px rgba(0,0,0,0.1);
}

h1 {
	font-weight: 700;
	font-size: 100px;
	color: #FFE4E1;
}

h3 {
	color: #B093BA;
}

hr {
	width: 400px;
	max-width: 90%;
	border-top: 1px solid #f8f8f8;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

.btn, .btn-default, .btn-lg {
	background-color: #FFE4E1!important;
}