@font-face {
	font-family: Piacevoli;
	src: url("/fonts/Piacevoli.ttf");
}

@font-face {
	font-family: OldeTome;
	src: url("/fonts/OldeTome.ttf");
}

@font-face {
	font-family: Alkhemikal;
	src: url("/fonts/Alkhemikal.ttf");
}

body {
	font-family: 'Piacevoli', sans-serif;
	font-size: 130%;
	background-image: url('../images/wallpaper.png');
	background-color: #300505;
	/* Set default background color to near-black */
	background-size: 50%;
	color: #ffffff;
	text-align: center;
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	position: relative;
}

body::before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background: radial-gradient(circle, transparent, rgba(0, 0, 0, 0.8));
	z-index: 1;
}

.container {
	background-color: rgba(0, 0, 0, 0.8);
	padding: 20px;
	margin: 50px auto;
	width: 80%;
	max-width: 1200px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	position: relative;
	z-index: 2;
	border: 2px solid #5d25eb;
	/* Add red border to container */
}

header {
	padding: 20px;
}

h1 {
	font-family: 'OldeTome', serif;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
	font-size: 4em;
	font-weight: normal;
	margin: 5;
}

h2 {
	font-family: 'OldeTome', serif;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
	font-size: 2em;
	font-weight: normal;
	margin: 15px;
}

h2a {
	font-family: 'Alkhemikal', serif;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
	font-size: 2.5em;
	font-weight: normal;
	margin: 15px;
}

h3 {
	font-family: 'Alkhemikal', serif;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
	font-size: 2em;
	font-weight: normal;
	margin: 1px;
}

.button-container {
	margin: 20px;
}

.button {
	font-family: "Alkhemikal", serif;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.7);
	color: #ffffff;
	border: 2px solid #5d25eb;
	padding: 15px 30px;
	font-size: 1.5em;
	margin: 20px;
	text-decoration: none;
	transition: background-color 0.3s, border-color 0.3s;
}

.button:hover {
	background-color: #5d25ebb3;
	border-color: #ffffff;
}

.character-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	padding: 20px;
	height: auto;
}

.character-box {
	background-color: rgba(0, 0, 0, 0.8);
	padding: 20px;
	width: 200px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	border: 2px solid #5d25eb;
	/* Add border to character boxes */
	transition: background-color 0.3s, border-color 0.3s;
}

.character-box:hover {
	background-color: #5d25ebb3;
	border-color: #ffffff;
	/* Change border color on hover */
}

.character-box img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

footer {
	padding: 10px;
	font-size: 0.8em;
}

a {
	color: #b2a5ff;
	/* Set link color to lighter purple */
	text-decoration: none;
}

a:hover {
	color: #f70420;
	text-shadow: 2px 2px 5px #260663;
}

.footer-links {
	display: flex;
	justify-content: center;
	gap: 10px;
}

.footer-link {
	background-color: rgba(0, 0, 0, 0.8);
	color: #ffffff;
	border: 1px solid #5d25eb;
	padding: 5px 10px;
	text-decoration: none;
	transition: background-color 0.3s, border-color 0.3s;
}

.footer-link:hover {
	background-color: #5d25ebb3;
	border-color: #ffffff;
}

.tabs {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.tab {
	padding: 10px 20px;
	cursor: pointer;
	background-color: #1a1a1a;
	border: 2px solid #f12a52;
	margin: 0 5px;
	transition: background-color 0.3s, border-color 0.3s;
	font-family: 'Alkhemikal';
	font-size: 1.5em;
	font-weight: 400;
}

.tab:hover,
.tab.active {
	background-color: #f12a52;
	border-color: #ffffff;
}

.tab-content {
	display: none;
}

.tab-content.active {
	display: block;
}

.section {
	margin-bottom: 30px;
}

.section h2 {
	font-family: 'OldeTome', serif;
	font-size: 3em;
	font-weight: 400;
	margin-bottom: 15px;
}

.section h3 {
	font-family: 'Alkhemikal', serif;
	font-size: 2em;
	font-weight: normal;
	text-align: center;
}

.section h4 {
	font-family: 'Alkhemikal', serif;
	font-size: 1.4em;
	font-weight: 400;
	text-align: center;
}

.section p,
.section ul {
	font-size: 2.5em;
	text-align: left;
	max-width: 1000px;
}

.section ul {
	list-style-type: none;
	padding: 0;
}

.section ul li {
	margin-bottom: 10px;
}

bruh {
	font-family: 'OldeTome', serif;
	font-size: 2.3em;
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 0px;
}

.gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.gallery img {
	width: 200px;
	height: auto;
	border: 2px solid #f12a52;
}

.footer-links {
	display: flex;
	justify-content: center;
	gap: 10px;
}

.footer-link {
	background-color: rgba(53, 49, 74, 0.8);
	color: #f12a52;
	border: 1px solid #f12a52;
	padding: 5px 10px;
	text-decoration: none;
	font-family: 'OldeTome';
	font-weight: 400;
	transition: background-color 0.3s, border-color 0.3s;
}

.footer-link:hover {
	background-color: rgba(169, 50, 217, 0.7);
	border-color: #ffffff;
}

.card {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	width: 355px;
	max-height: 500px;
	text-align: center;
	border: 2px solid #f12a52;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	position: relative;
	z-index: 1;
	padding: 7px;
	display: inline-table;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
}

details>summary {
	padding: 4px;
	background-color: #654dd2;
	width: 350;
	border: 1px solid #e8c3ff;
	cursor: pointer;
	list-style: none;
}

details>summary:hover {
	background-color: #6c00ff;
	border: 1px solid #fe01c7;
}

details>p {
	padding: 4px;
	margin: 0;
}