* {
	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;
}

.mask {
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	z-index: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

.main-container {
	/* display: flex; */
	position: relative;
	z-index: 1;
	text-align: center;
	max-width: 100%;
	color: #fff;
}

.main-container > img {
	max-width: 600px;
	width: 100%;
}

.main-container > img + p {
	margin-top: 200px;
	width: 100%;
	font-size: 28px;
	line-height: 1.2;
	font-weight: 400;
}

.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: 90px;
	font-size: 19px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
}

.stay-connected .strong {
	font-size: 37px;
	font-weight: bolder;
}

.e-sence-link {
	color: #00ff00;
	border: #00ff00 solid 1px;
	text-decoration: none;
	padding: 8px;
	font-size: 19px;
}

.socials {
	font-size: 25px;
	color: #fff;
	display: flex;
	gap: 10px;
	align-items: flex-end;
}

.socials a {
	font-size: 25px;
	color: #fff;
	transition: color 200ms ease-in;
	cursor: pointer;
	color: #00ff00;
    text-decoration: none;
}

.socials a:hover {
	color: #00ff00;
}

.socials .icon-linkedin2 {
	font-size: 30px;
}
