body, html {
	width: 100%;
	height: 100%;
	outline: 0;
	border: 0;
	margin: 0;
	background: #482d2b;
	color: #fff;
	font-family: "Orienta", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.logo-container {
	position: relative;
	width: 100%;
	height: 100%;
}

.logo-container > div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}

.text-container {
	margin-top: 20px;
}

.text-container a {
	margin-top: 20px;
	color: #89b5cf;
}

.cell {
	color: #89b5cf;
	text-decoration: none;
	font-size: 16px;
}