body {
	background-color: black;
	text-align: center;
	align-content: center;
	margin: 0;
	padding: 0;
	top: 0px;
}

h1, h2, h3, h4, h5, p, i, b, span, td, a {
	margin-top: 0px;
	color: lightgrey;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
}

wrapper {
	width: 50%;
}

@font-face {
	font-family: 'Gypsy Curse';
	src: url('../font/Gypsy Curse.ttf');
}

@font-face {
  font-family: 'Gypsy Curse';
  font-style: normal;
  font-weight: 400;
  src: local('Gypsy Curse'), local('Gypsy Curse'),
       url('../font/Gypsy Curse.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Sickness';
  font-style: normal;
  font-weight: 400;
  src: local('Sickness'), local('Sickness'),
       url('../font/Sickness.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Underworld';
  font-style: normal;
  font-weight: 400;
  src: local('Underworld'), local('Underworld'),
       url('../font/Underworld.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Zombie Holocaust';
  font-style: normal;
  font-weight: 400;
  src: local('Zombie Holocaust'), local('Zombie Holocaust'),
       url('../font/Zombie Holocaust.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Domestic Manners';
  font-style: normal;
  font-weight: 400;
  src: local('Domestic Manners'), local('Domestic Manners'),
       url('../font/Domestic Manners.ttf') format('truetype'); /* Safari, Android, iOS */
}

.myButton {
	background-color: #0e5d92;
	-moz-border-radius: 28px;
	-webkit-border-radius: 28px;
	border-radius: 28px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	font-size: 17px;
	padding-top: 0px;
	text-decoration: none;
	text-shadow: 0 0 10px #000;
	margin: 10px;
	width: 230px;
	height: 230px;
}
.myButton:hover {
	background-color:#476e9e;
}
.myButton:active {
	position:relative;
	top:1px;
}

.title {
	font-family: 'Underworld' !important;
	font-size: 40pt;
	background-color: #0e5d92;
	color: lightgrey;
	text-shadow: 0 0 10px #000;
}

.buttonheading {
	font-size: 30pt;
	font-family: 'Domestic Manners' !important;
	text-shadow: 0 0 10px #000;
}

.buttonlogo {
	text-shadow: 0 0 10px #000;
}