body {
	background-color: #ddd;
}
.introduction {
	position: relative;
	overflow: hidden;
	color: #fff;
}
.text {
	box-sizing: border-box;
	position: relative;
	padding: 2rem;
	z-index: 1;
	max-width: 60vw;
}
.comic-title {
	margin: 0;
}
.cover {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.episodes {
	max-width: 800px;
	margin: auto;
}
.episode {
	display: flex;
	align-items: center;
	border-width: 0 0 1px 0;
	border-color: #333;
	border-style: solid;
	background-color: #222;
	color: #fff;
}
a {
	text-decoration: none;
}
.episode > .image {
	width: 20vw;
	max-width: 161px;
	border-left: solid 1px #ccc;
}
.episode > .title {
	margin-right: 1rem;
	font-weight: 400;
	font-size: 1.2rem;
}
.episode .btn {
	height: fit-content;
	margin-right: 0.5rem;
}
.btn.add-episode {
	border-radius: 0;
	padding: 1.5rem 1rem;
	font-size: 1.25rem;
}
