* {
	box-sizing: border-box;
	transition: all .15s ease-in-out;
}

body {
	background: #2B3990;
	font-family: "Myriad Pro", sans-serif;
}

.center {
	width: 23em;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: 	translate(-50%, -50%);
	-ms-transform: 		translate(-50%, -50%);
	transform: 			translate(-50%, -50%);
	color: #fff;
}

h3 {margin-bottom: 3em;}

a {
	width: 265px;
	margin: 0 auto;
	display: block;
	text-decoration: none;
	text-align: center;
	color: #fff;
	padding: 1em;
	border: 2px solid #fff;
	border-radius: 5px;
}

a:hover {
	background: #fff;
	color: #2B3990
	}

.contact {
	font-size: .8em;
	margin-top: 5em;
	text-align: center;
}