body {
	background-image: url("https://roblox-spirit-killers.neocities.org/Resources/stars.gif");
	background-repeat: repeat;
}

h1 {
	color:white;
	text-align: center;
	font-family: "Times New Roman", Times, Serif;
}

h3 {
	color: white;
	text-align: center;
	font-family: "Times New Roman", Times, Serif;
}

p {
	color: white;
	text-align: center;
	font-family: "Times New Roman", Times, Serif;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 130px;
  background-color: #000000;
}

li a {
	display: block;
	color: white;
	padding: 8px 16px;
	text-decoration: none;
}

li a:hover {
	background-color: white;
	color: black;
}

.active {
	background-color: #A1CC7E;
	color: white;
}

ul {
	border: 1px solid #555555;
}

li {
	text-align: center;
	border-bottom: 1px solid #555555;
}

li:last-child {
	border-bottom: none;
}

img {
	display: block;
	margin: auto;
	width: 15%;
}

.container {
	display: flex;
	justify-content: center;
	align-items: center;
}