#headerImage {
	height: 				400px;
	margin-bottom: 			20px;
	background-size: 		cover;
	background-position: 	center;
	background-repeat: 		no-repeat;
	justify-content: 		end;
	align-items: 			center;
	border-bottom: 			1px solid #fff;
}
#BigBlogTitle {
	font-size: 			2.5vw;
	font-weight: 		bold;
	text-align: 		center;
	height:				25%;
	width: 				100%;
	backdrop-filter: 	blur(5px);
	align-items: 		center;
	justify-content: 	center;
	text-shadow: 		5px 1px 1px #000;
	color: 				#fff;
	text-transform: 	uppercase;
	border-top: 		1px solid #fff;
	background: 		rgba(0, 0, 0, 0.6);
}
#blogTitle{
	font-size: 		2.2em;
	padding: 		10px;
	font-weight: 	bold;
	text-align: 	center;
}
#blogContentContainer {
	width: 			80VW;
	margin: 		0px auto;
	margin-bottom: 	20px;
}
#blogContents {
	white-space: normal;
	overflow-wrap: break-word;
	background: #212121;
	padding: 10px;
	border-radius: 5px;
}
#quickInfo {
	margin-bottom: 1rem;
	background: #212121;
	border-radius: 5px;
	width: fit-content;
	box-shadow: 2px 2px 3px #000;
	padding: 5px;
}
.qi {
	padding: 5px;
}
.qi:nth-child(even){
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}