@font-face {
	font-family: Enchanted Land;
	src: url(https://files.catbox.moe/dnrmh0.otf);
}

body {
padding-left: 5px;
padding-right: 5px;
}

h1 {
font-family: "Enchanted Land", "Times New Roman", serif;
text-align: center;
font-size:40px;
color: #830025;
margin-bottom: 15px;
}

h3 {
	font-family: "Enchanted Land", "Times New Roman", serif;
	font-size: 28px;
	color: #34687e;
	margin-bottom:-10px;
	margin-top:30px;
}
ul {
margin-left: -15px;
}

a {
	color: #830025;
	transition-duration: 0.2s;
}
a:hover {
	color: #778c2e;
}

.back_to_index {
	position: fixed;
	bottom: 5px;
	right:15px;
	text-align: center;
	font-weight: bold;
	padding: 7px 10px 7px 10px;
	background-color:#ddcc1d;
	color: #778c2e;
	border-radius: 10px;
	border-style: solid;
	border-width: 2px;
	border-color: #778c2e;
}
.back_to_index:hover {
	transform:scale(1.2);
	transition-duration: 0.1s;
	cursor:pointer;
	text-decoration: underline;
}

.ending_image {
	width:290px;
	margin-bottom: 30px;
}