body{
	background: whitesmoke;
}

.couple-bg{
	background-image: url("img/seniorcouple.jpg");
	background-repeat: no-repeat;
	background-position: bottom;

	min-height: 200px;
}

.form-block{
	padding: 25px 0;
	text-align: center;
	border-radius: 5px;
}
.logo{
	width: 100%;
}

.speech{
	
	margin: 100px 0;
}

.speech-text{
	text-align: center;
}
.speech-text-title{
	color0:#e62552;
	color:#1994a3;
}

.steps{
	background-size: 100%;
	background: #e62552;

	padding: 25px 0;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

.steps img{
	width:100px;
	height: 100px;
}

footer{
	text-align: center;
	margin-top: 50px ;
	margin-bottom: 50px;
}
