code {
	padding: 2px 4px;
}

blockquote {
	font-size: small;
	font-style: italic;
}

iframe {
	float: center;
	display: block;
	margin: auto;
	margin-bottom: 20px;
}

footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.article-nav {
	display: inline;
}

.card-body {
	padding: 20px;
	border: 2px solid #50fa7b;
	background-color: #44475a;
}

.date {
	text-align: center;
	font-size: 18px;
}

.rounded {
	border-radius: 0.5rem;
}

.split {
	display: flex;
	justify-content: space-between;
}

.highlight > div,
.highlight > pre {
  margin: 0 0 2rem;
  padding: 1rem;
  border-radius: 0.5rem;
}

pre {
  margin: 0;
  overflow: auto;
}

#taglist {
	max-width: 300px ;
	margin: auto ;
	text-align: center ;
	display: block ;
	padding-inline-start: 0px;
}

#taglist li {
	display: inline-block ;
	padding-right: 0.5em ;
	padding-left: 0.5em ;
}

#taglist::before {
	content: "This article is tagged as:";
	display: block;
	font-size: small;
}

#taglist::after {
	content: "Click the links above for related articles.";
	display: block;
	font-size: small;
}