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;
	
}

h4 {
	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;
  border: 2px solid #555555
}

li a {
	display: block;
	color: white;
	padding: 8px 16px;
	text-decoration: none;
}

li a:hover {
	background-color: white;
	color: black;
}

li {
	text-align: center;
	border-bottom: 1px solid #555555;

}

li:last-child {
	border-bottom: none;
}

img {
   display: block;
   margin: auto;
   width: 10%;
   border-radius: 8px;
}

.container {
	display: flex;
	justify-content: center;
	align-items: center;
}

