html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-image: linear-gradient(#141513, #6c6a5d);
	background-repeat: none;
	color: #d1d1d1;
	font-family: darkSoulsFont;
}

@font-face {
  font-family: darkSoulsFont;
  src: url(OptimusPrinceps.ttf);
}

#center {
	position: absolute;
    left: 50%;
    top: 35%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	width: 98%;
}


#messageTextArea {
	display: table;
	font-size: 50px;
	text-align: center;
}

#buttonArea {
	text-align: center;
}

button {
	position: absolute;
	bottom: 0;
	left: 0;
  	background-color: #1d1c18;
  	border: 1px solid black;
	color: #d1d1d1;
  	text-align: center;
  	text-decoration: none;
  	font-size: 24px;
  	cursor: pointer;
	height: 100px;
	width: 100%;
	font-family: darkSoulsFont;
}

button:hover {
	color: goldenrod;
}
