body {
	background-color: #2f2f2f;
}


h1 {
	color: #be1e2d;
	font-family: Athelas-bold;
	font-size: 180px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 75%;
}


h2 {
	color: #be1e2d;
	font-family: Athelas-bold;
	font-size: 90px;
	text-align: center;
}


p {
	border-style: double;
	border-color: #ef4e22;
	border-width: thick;
	padding: 5px;
	color: #d7e4c2;
	font-family: Majesti-Banner-medium;
	font-size: 27px;
	text-align: center;
	line-height: 140%;
}


ul {
	position: sticky;
	top: 100px;
	margin: 0;
	list-style-type:square;
	color: #ef4e22;
	font-family: Majesti-Banner-medium;
	font-size: 24px;
}


a {
	color: #d4a18d;
}


img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 75%;
	border-radius: 2%;
}