* {
	image-rendering: pixelated;
}

:root {
	--site-bg: url("static/bg_pattern.png");
	--post-text: #bac9cd;
}

body {
	margin: 0;
	background-image: var(--site-bg);
	font-size:14px;
	color: var(--post-text);
}

.main_div {
	#background-color: lightblue;
	text-align: center;
	display: flex;
	max-width:960px;
	margin: auto;
	
	border-image-slice: 32 32 32 32;
	border-image-width: 32px 32px 32px 32px;
	border-image-outset: 0px 0px 0px 0px;
	border-image-repeat: round round;
	border-image-source: url("static/chain_test.png");
	border-style: transparent;
	padding: 32px;

}

.article_div {
	border: 5px outset red;
	background-color: lightblue;
	text-align: center;
}

.media_div {
	border: 5px outset red;
	background-color: lightblue;
	text-align: center;
}
