body {
	background-color: #000000;
}

	

.logo {
	display: block;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
}

.button {
	width: 150px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 40px;
}

h6 {
	color: #debf59;
	text-align: center;
}

a img {
	transition: transform 0.1s ease-in-out;
	transform: scale(1);
	margin: 10px;
}

a:hover img {
	transform: scale(0.95);
}

nav {
	text-align: center;
}

.page {
	display: block;
	margin: auto;
}

p {
	color: #debf59;
	text-align: center;
}

footer {
	float: bottom;
}

h2 {
	color: #debf59;
	text-align: center;
}

ul {
	color: #debf59;
	display: block;
	margin-left: 250px;
}