/*
www.geregel.nl
frontpage
*/

@import url(https://fonts.googleapis.com/css?family=Special+Elite);

body {
  background-color: #050505;
  text-align: center;
	font-family: 'Special Elite', Georgia, Times, serif;
	font-weight: bold;
}

h2 {
  background-color: #AA2222;
	color: #EAEAEA;
	font-size: 52px;
  padding: 50px;
}

p {
  margin: 100px;
}

a {
  background-color: #444444;
	color: #EAEAEA;
	font-size: 28px;
  padding: 30px;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
