body {
    background-color: #000;
}

div.center {
    width: 100%;
    height: 200px;

    position: absolute;
    top:50%;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;
}

div.center div.m-o-p_space {
	text-align:center;
}

div.center div.m-o-p_space a {
	display:inline-block
}

div.center div.m-o-p_space a {
	margin-right:2em;
	margin-left:2em;
}

div.center div.destination {
	font-family:monospace;
	text-align:center;
	font-size: 400%;
	color: transparent;
    text-shadow: 0 0 5px rgba(150,150,150,0.5);
}