.black{
	background-color: #182f25!important;
	color: #fff !important;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.container{
	width: 990px !important;
	max-width: none!important;
	justify-content: space-between;
}

.contentWrapper{
	background-color: #243a30;
	border: 1px solid #243a30;
	overflow: auto;
	position: relative;
	text-align: justify;
	padding: 10px;
	margin-bottom: 45px;
}

.contentHolder{
	margin-bottom: 20px;
}

.contentTitle{
	display: flex;
	justify-content: space-between;
	padding-top: 10px;
	font-size: 22px;
	border-bottom: 1px solid #8d8d8d;
	margin-bottom: 10px;
}

.title{
	color: #fff;
}

.backBtn{
	border-left: 1px solid #8d8d8d;
	padding-left: 10px;
	align-self: center;
}

.backBtn a{
	color: #fbcb58;
	opacity: .8;
}

.backBtn a:hover{
	color: #fbcb58;
	text-decoration: none;
	opacity: 1;
}

.subtitle{
	color: #fbcb58;
}

.pageBtn{
	border-top: 1px solid #8d8d8d;
	display: flex;
	justify-content: space-between;
	font-size: 22px;
}

.pageBtn a{
	color: #fbcb58;
	opacity: .8;
}

.pageBtn a:hover{
	color: #fbcb58;
	text-decoration: none;
	opacity: 1;
}

.prevBtn{
	width: 50%;
}

.nextBtn{
	width: 50%;
	text-align: right;
	border-left: 1px solid #8d8d8d;
}

.contentInfo a{
	color: #fbcb58;
	opacity: .8;
}

.contentInfo a:hover{
	color: #fbcb58;
	text-decoration: none;
	opacity: 1;
}

.contentInfo ol{
	padding-inline-start: 15px;
}

.contentInfo p {
	margin-top: 0;
	margin-bottom: 1rem;
}
.contentInfo {
	font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
	position: relative;
}
.blogContentImg {
	text-align: center;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.blogContentImg > img {
	height: 350px;
	width: auto;
}