﻿h1, a, a:link, a:hover, a:active, a:after {
	width: 100%;
	font-size: 12vw;
	color: gold;
	margin-bottom: 0;
	text-decoration: none;
	text-align: center;
}

h2 {
	text-align: center;
	margin-bottom:100px;
}

#logolink a {
	width: 100%;
	font-size: 12vw;
	color: gold;
}

ul {
	color: #00bfff;
} 

li {
	color: #00bfff;
	list-style: square;
	margin-bottom: 50px;
}

span {
	color: forestgreen;
	margin-bottom: 1100px;
}

p {
	margin-right: 22px;
	width: 100%;
	text-align: left;
}

#spaceship {
	bottom: 0;
	z-index: 1;
	position: fixed;
	display:block;
}

#sfcml5bz93uce7kw5wnyde6suzcy63ds6fn {
	display: block;
	margin-bottom: 20px;
}

#DarkConquest {
	-webkit-animation: boss 10s infinite alternate;
	animation: boss 10s infinite alternate;
	top: -500px;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
	animation-iteration-count: 2;
}

@-webkit-keyframes boss {
	100% {
		transform: translateY(1500px);
	}
}

@keyframes boss {
	100% {
		transform: translateY(1500px);
	}
}