h1 {
	color: white;
	outline: 4px;
	outline-color: red;
	text-align: center;
	font-family: "Comic Sans MS", Comic Sans;
}

.logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	height: 75px;
}

h3 {
	color: white;
	outline: 4px;
	outline-color: red;
	text-align: center;
	font-family: "Comic Sans MS", Comic Sans;
}

p {
	color: white;
	text-align: center;
	font-family: "Comic Sans MS", Comic Sans;
	font-weight: bold;
}

body {
	background-image: url(https://roblox-anomalus-records.neocities.org/RAR%20IMAGES/WALLPAPERS/stars.gif);
	background-repeat: repeat;
	background-size: 1280px 720px;
}

.whitediv {
	display: flex;
	justify-content: center;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 130px;
  font-family: "Comic Sans MS", Comic Sans;
  color: white;
  font-weight: bold;
}

li {
	text-align: center;
}

li:last-child {
	border-bottom: none;
}

.container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.dangerous {
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.lethal {
	text-shadow: -1px -1px 0 #ff0000, 1px -1px 0 #ff0000, -1px 1px 0 #ff0000, 1px 1px 0 #ff0000;
}

.unknown {
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.unknown2 {
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.terminated {
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
