body {
	margin:0px;
	color:#FFFFFF;
	font-family: 'Open Sans', sans-serif;
	background-color:#FF69B4;
}

p {
    margin-top:0.5em;
    margin-bottom:1em;
}

.container {
	position:absolute;
	width:100%;
	height:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.logo {
	width:300px;
}

.construction {
	font-weight:500;
}

.details {
	text-align:center;
	margin:0% auto 2% auto;
	font-size:2rem;
	font-weight: 300;
    line-height:1.2;
	padding:0 10px;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}

.details a {
    text-decoration:none;
    color:#FFFFFF;
}

.details a:hover {
    text-decoration:underline;
}

.email {
	font-size:1.75rem;
}

.email a {
	text-decoration:none;
    color:#FFFFFF;
}

.email i {
	font-size: 2rem;
	margin-right:0.7rem;
}

.text {
	text-align:center;
	font-size:2em;
    font-weight:bold;
	clear:both;
}

@media screen and (max-width: 680px) {
	.details {
		font-size:1.75em;
	}
}

@media screen and (max-width: 480px) {
	.details {
		font-size:1.5em;
	}
}