body {
	background-color: #000;
}

.center {
	font-family: 'Cipher', serif;
	width: 100%;
	color: #ffffff;
	font-weight: 500;
	font-size: 150px;
	text-align: center;
	display: inline-block;
	}
	
.main {
	display: block;
	max-width: 600px;
	margin: 0 auto;
	padding: 60px 20px 60px;
    min-height: 100%;
}

.short {
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	text-align: center;
	display: inline-block;
}

a {
	color:#fff;
}