body {
	background-image: url(assets/galaxybg.gif);
	background-position: fixed;
	background-color: #214D7E;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	margin: 0px;
	padding: 0px;
}

h1 {
	border: 2px solid #ff71ce;
	border-radius: 4px;
	box-shadow: 0 0 12px #ff71ce, inset 0 0 12px rgba(255, 113, 206, 0.1);
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
	background-attachment: scroll;
	padding: 10px;
	margin: -5px auto;
	color: #ff71ce;
	font-family: Times New Roman, sarif;
	font-size: 1.6em;
	text-shadow: 0 0 8px #ff71ce, 0 0 20px #ff71ce;
	letter-spacing: 6px;
	width: 80%;
}

.header {
	justify-content: center;
}

h2 {
	text-align: center;
	text-shadow: #ff71ce -1px -2px .3em;
	border: none;
	font-style: bolder;
	font-size: 2em;
}

h3 {
	text-align: center;
	font-style: bolder;
	text-decoration: underline;
	font-size: .9em;
}

h4 {
	text-align: left;
	font-style: bolder;
	text-decoration: underline;
	font-size: 1em;
	margin: 0px;
}

hr {
	border: 2px solid black;
}

hr.charHR {
	border: 1px dotted black;
	clear: both;
}

footer {
	margin-top: auto;
	text-align: center;
	padding: 10px 0;
	color: #ff71ce;
	font-family: Papyrus;
	font-size: 0.8em;
	letter-spacing: 2px;
	border-top: 1px solid #ff71ce;
	box-shadow: 0 0 10px #ff71ce;
	text-shadow: 0 0 6px #ff71ce;
	background-color: rgba(0, 0, 0, 0.5);
}

footer a {
	color: #ff71ce;
	text-decoration: none;
	text-shadow: 0 0 6px #ff71ce;
	letter-spacing: 2px;
	transition: color 0.2s ease, text-shadow 0.2s ease;
}

footer a:hover {
	color: #ffffff;
	text-shadow: 0 0 8px #ffffff, 0 0 20px #ff71ce, 0 0 40px #ff71ce;
}

.friendslist {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #ff71ce;
	text-decoration: none;
	font-family: Papyrus;
	font-size: 1em;
	letter-spacing: 2px;
	text-shadow: 0 0 6px #ff71ce, 0 0 12px #ff71ce;
	transition: color 0.2s ease, text-shadow 0.2s ease;
}

.friendslist:hover {
	color: #ffffff;
	text-shadow: 0 0 8px #ffffff, 0 0 20px #ff71ce, 0 0 40px #ff71ce;
}

.topimg {
	font-family: Papyrus;
	padding: 5px;
	text-align: center;
}

.topimg img {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.topimg img:hover {
	transform: translateY(-10px) scale(1.3);
}

.left-col {
	width: 20%;
	background-color: rgba(128, 128, 128, 0.9);
	padding: 10px;
	box-sizing: border-box;
	border: 8px black;
	border-style: ridge none ridge ridge;
	border-radius: 4px;
	min-height: 250px;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.center-col {
	width: 40%;
	background-color: rgba(204, 204, 204, 0.9);
	padding: 10px;
	box-sizing: border-box;
	border: 8px ridge black;
	border-radius: 4px;
	min-height: 250px;
	font-size: 2vh;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.right-col {
	width: 20%;
	background-color: rgba(128, 128, 128, 0.9);
	padding: 10px;
	box-sizing: border-box;
	border: 8px black;
	border-style: ridge ridge ridge none;
	border-radius: 4px;
	min-height: 250px;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.clearfix {
	clear: both
}

.columns {
	justify-content: center;
	display: flex;
	width: 100%;
	margin-bottom: 25px;
}

.now {
	font-family: Verdana, sans-serif;
}

.nowplay {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	margin: 0 auto;
	text-align: center;
}

.nowplay img {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	max-height: 125px;
	width: auto;
}

.nowplay img:hover {
	transform: translateY(-10px) scale(1.1);
	box-shadow: 0 0 12px #ff71ce, 0 0 24px #ff71ce;
}

.charimage {
	float: right;
	margin-left: 8vh;
	margin-bottom: 1vh;
	border-radius: 8px;
	border: 4px ridge black;
	box-shadow: 0 0 12px #ff71ce, inset 0 0 12px rgba(255, 113, 206, 1);
}

.subtitle {
	margin: -1px auto;
	font-size: .9em;
	font-style: italic;
	font-weight: 900;
}

.subtitle.nb {
	color: gray;
}

.subtitle.fem {
	color: orchid;
}

.subtitle.masc {
	color: steelblue;
}

#screen-warning {
	display: block;
	background-color: #ffcc00;
	color: #000;
	text-align: center;
	padding: 10px;
	font-weight: bold;
}

@media (min-width: 1080px) {
	#screen-warning {
		display: none;
	}
}

#about {
	font-family: sans-serif;
}

#navbar {
	display: flex;
	justify-content: center;
	gap: 40px;
	width: 50%;
	max-width: 100%;
	margin: 0 auto;
	padding: 12px 0;
	background-color: rgba(0, 0, 0, 0.5);
	border-top: 1px solid #ff71ce;
	border-bottom: 1px solid #ff71ce;
	box-shadow: 0 0 10px #ff71ce, inset 0 0 10px rgba(255, 113, 206, 0.1);
}

#navbar a {
	color: #ff71ce;
	text-decoration: none;
	font-family: Papyrus;
	font-size: 1em;
	letter-spacing: 2px;
	text-shadow: 0 0 6px #ff71ce, 0 0 12px #ff71ce;
	transition: color 0.2s ease, text-shadow 0.2s ease;
}

#navbar a:hover {
	color: #ffffff;
	text-shadow: 0 0 8px #ffffff, 0 0 20px #ff71ce, 0 0 40px #ff71ce;
}