body {
	background-color: black;
}

.information {
	background-color: white;
	margin: 10px;
	padding: 25px;
	-webkit-border-radius: 5px;
}

.copyright {
	background-color: black;
	color: white;
	font-size: small;
	padding-bottom: 10px;
	padding-right: 10px;
	text-align: right;
}

@font-face {
  font-family: logoFont;
  src: url(../media/fonts/logoFont.TTF);
}

.logoFont {
	font-family: logoFont;
}