.char-title {
	font-size: 10em;
	font-family: "Trade Winds";
	position: absolute;
	top: 6rem;
	right: 54%;
	text-align: right;
	text-shadow: 0px 0px 1rem #DC62F4;
}
.char-sub-title {
	color: white;
	font-size: 2.6em;
	position: absolute;
	top: 20rem;
	right: 54%;
	text-align: right;
	font-family: "Trade Winds";
	text-shadow: 0px 0px 1rem #DC62F4;
}
.char-desc {
	color: white;
	font-size: 1.5em;
	position: absolute;
	top: 32rem;
	right: 54%;
	width: 32rem;
	text-align: right;
}

.slide-in {
	animation-name: slideIn;
	animation-duration: 0.3s;
}

.slideshow-container {
	margin-top: calc(3rem + 6px);
	overflow: hidden;
}

@keyframes slideIn {
	from {margin-right: 3%}
	to {margin-right: 10%}
}