@charset "utf-8";

/* CSS Document */
body,
html {
	background-color: #000000;
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
}

#container {
	height: 100vh;
	position: relative;
	text-align: left;
	text-align: center;
}

#container .btntext {
	color: #EA9902;
	font-family: 'Playfair Display', serif;
	font-size: 22px;
	margin-top: 30px;
}

#container .btntext a {
	color: #df6d27;
	font-family: 'Playfair Display', serif;
	font-size: 22px;
	text-decoration: none;
	font-weight: 500;
}

#container .btntext a:hover {
	color: #df6d27;
	text-decoration: underline;
}

.centerDiv {
	width: 282px;
	height: 160px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}