@charset "utf-8";
/* CSS Document */

html,body { 
	height: 90%;
	font-family: 'Playfair Display', serif;
}

a:link {
	color: #666;
}
a:visited {
	color: #666;
}
a:hover {
	color: #999;
}
a:active, a:hover, a:visited, a:link {
	text-decoration: none;
}

.main {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	/*border: 5px solid black;*/
	padding: 50px;
	width: 600px;
	height: 600px;
	box-shadow: 0px 0px 30px grey;
}
.title {
	font-size: 110px;
}
.main .content .title {
}

.bottom {
	text-align: center;
	margin-top: 150px;
	font-size: 20px;
}


#footer {
	position: absolute;
	width: 99%;
	height: 50px;
	bottom: 1%;
	text-align: center;
	text-transform: uppercase;
	color: #ccc;
	font-size: 10px;
}
