* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	position: absolute;
	background-image: url("../images/background.jpg");
	background-attachment: fixed;
	background-size: cover;
	background-position: center top;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-family: "Bahnschrift", sans-serif;
	font-weight: 300;
	overflow: auto;
    padding: 40px 15px
}

.main-container {
	/* display: flex; */
	text-align: center;
	max-width: 100%;
}

.main-container > img {
	max-width: 674px;
	width: 100%;
}

.main-container > img + p {
	margin-top: 150px;
	max-width: 950px;
	width: 100%;
	font-size: 36px;
	line-height: 1.17;
}

.main-container p.rdv {
	margin-top: 60px;
	font-size: 27px;
	line-height: 1;
}

.main-container > p.date {
	margin-top: 10px;
	font-size: 113px;
	line-height: 1;
	font-weight: 300;
}

.stay-connected {
	margin-top: 110px;
	font-size: 19px;
}

.enova-link {
	display: inline-block;
	color: #ff00ff;
	border: #ff00ff solid 1px;
	text-decoration: none;
	margin: 0 15px;
	padding: 8px 15px;
}
