html {
	font-size: 62.5%;
}

body {
	background-image: url("images/bg.png");
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}

body::before {
	content: "";
	position: fixed;
	inset: 0;
	pointer-events: none;
	background-image: url("images/border.png");
	background-size: 100vw 100vh;
}

.container {
	width: clamp(16rem, 97.5%, 75rem);
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	background-color: #00000040;
	margin: auto;
	padding-top: 2rem;
}

p {
	font-family: times new roman, times, serif;
	font-size: 1.8rem;
	text-align: center;
}

#posts {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-top: 1.6rem;
}

.post {
	width: 90%;
	margin-left: 2.1rem;
	margin-right: 2.1rem;
	margin-bottom: 0.7rem;
	background-color: #ffa500;
	text-decoration: none;
	transition: transform 0.125s ease;
}

.post-inner {
	background-color: #ffffff;
	margin: 0.3rem;
	padding: 0.15rem;
}

.post-body {
	margin: 0.3rem;
	padding-left: 1.3rem;
	padding-right: 1.3rem;
	padding-top: 0.7rem;
	padding-bottom: 0.7rem;
	background-position: center;
	background-size: cover;
	display: flex;
	justify-content: space-between;
}

.post-sources-wrapper {
	display: flex;
	align-items: center;
	height: 100%;
}

.post-sources {
	max-width: 100%;
	font-family: "TitleFont", serif;
	color: #000000;
	font-size: 1.5rem;
	background-color: #000000;
	border: 0.1rem solid #000000;
	border-radius: 0.6rem;
	margin-top: 1.3rem;
	margin-bottom: 1.3rem;
	letter-spacing: 0.025rem;
}

.post-source {
	background-color: #ffa500;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 0.9rem;
	padding-right: 1.3rem;
	border: 0.2rem solid #000000;
	border-radius: 0.7rem;
}

.post-left {
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.post-right {
	width: 50%;
	font-size: 1.3rem;
	font-family: tahoma;
	color: #000000;
	-webkit-text-stroke: 0.0075rem #000000;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.post-image {
	margin-top: 0.7rem;
	height: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.post-image img {
	max-width: 100%;
	max-height: 22.5rem;
	display: block;
	margin: auto;
}

.post-view-card {
	font-size: 1.3rem;
	font-family: tahoma;
	color: #000000;
	-webkit-text-stroke: 0.0125rem #000000;
	text-align: right;
	opacity: 0.64;
	margin-top: 0.7rem;
}

.post-title {
	display: flex;
	align-items: center;
	margin-top: 0.7rem;
}

.post-title img {
	height: 3.2rem;
	margin-left: 0.4rem;
	margin-right: 0.7rem;
	margin-bottom: 0.4rem;
	vertical-align: -0.4rem;
}

.post-num {
	font-size: 1.8rem;
	font-family: "DuckWorldGold", serif;
	color: #ffffff;
	-webkit-text-stroke: 0.4rem #000000;
	paint-order: stroke fill;
	margin-bottom: 0.3rem;
}

.post-name {
	font-size: 2.4rem;
	font-family: "TitleFont", serif;
	color: #ffa500;
	-webkit-text-stroke: 0.4rem #000000;
	paint-order: stroke fill;
	margin-top: -0.5rem;
	margin-left: 0.7rem;
	letter-spacing: 0.075rem;
}

@font-face {
	font-family: "TitleFont";
	src: url("fonts/TitleFont.otf") format("opentype");
}

@font-face {
	font-family: "DuckWorldGold";
	src: url("fonts/DuckWorldGold.ttf") format("truetype");
}

.top-text {
	font-size: 2.1rem;
	color: #ffa500;
	font-family: "TitleFont", serif;
	letter-spacing: 0.075rem;
}

.bottom-text {
	font-size: 1.8rem;
	color: #ffa500;
	font-family: times new roman, serif;
	font-weight: bold;
}

.title-large {
	font-size: 2.4rem;
	font-family: "TitleFont", serif;
	color: #ffffff;
	-webkit-text-stroke: 0.4rem #000000;
	paint-order: stroke fill;
	line-height: 3.6rem;
	letter-spacing: 0.1rem;
}

.title-small {
	font-size: 1.8rem;
	font-family: "TitleFont", serif;
	color: #ffffff;
	-webkit-text-stroke: 0.4rem #000000;
	paint-order: stroke fill;
	letter-spacing: 0.1rem;
}

.subtitle {
	font-size: 1.6rem;
	font-family: "TitleFont", serif;
	color: #ffffff;
	-webkit-text-stroke: 0.4rem #000000;
	paint-order: stroke fill;
	letter-spacing: 0.075rem;
}
