body {
	font-family: sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #1F1F1F;
	background-color: #C1B9BD;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #1F1F1F;
	transition: opacity 0.3s;
}
a:hover {
	opacity: 0.8;
}
.main {
	position: absolute;
	width: 100%;
	height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
}
.content {
	text-align: center;
	padding: 0 30px;
}
.logo {
	max-width: 100%;
	height: auto;
	display: block;
}
.email {
	display: inline-block;
	margin-top: 30px;
}