@charset "utf-8";
/* CSS Document */

.container {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.box {
	color: #FFF;
	background-color: #000;
	padding: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, "Century Gothic";
}
.box h1, .box h2 {
	margin:0px;
	margin-top: 5px;}

.box a {
	font-size: 0.8em;
	color: #FFF;
	text-decoration: none;
	line-height: 1.5em;
}
.box a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
}