@charset "UTF-8";

body {
	background-image: url('../images/bg_index.png');
	background-color: var(--sh-bg-green);
}

#page-content {
	text-align: center;
}

p {
	color: #fff;
	padding: 0 2.8em;
	font-size: 2em;
	text-align: center;
	margin-top: 200px;
}

strong {
	font-family: 'MarkOT-Bold';
}

.logo {
	width: 80%;
}

a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

#buttons {
	margin: 320px auto;
}

.button-container {
	margin-bottom: auto;
}

.button {
	font-size: 1.8em;
	padding: .8em 2em;
}

.exit {
	position: absolute;
	height: 100px;
	width: 100px;
	background-color: transparent;
	right: 118px;
	top: 110px;
	opacity: .5;
}