html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: Montserrat-Regular, sans-serif;
}

body {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F6F6F6;
}

.container {
	text-align: center;
}

.container img {
	width: 900px;
	max-width: 90%;
	height: auto;
}

.email {
	margin-top: 6px;
	font-size: 14px;
	color: #000000;
}

.email a {
	color: #000000;
	ext-decoration: none;
	font-weight: 600;
}

.email a:hover {
	text-decoration: underline;
}