html {
	font-size: 62.5%;
}

body {
	background-image: url("images/bg.png");
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	/* overflow-y: hidden; disable scrollbar */
}

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%, 64rem);
	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;
}

.section-text {
	font-size: 2.1rem;
	color: #ffa500;
	font-family: "TitleFont", serif;
	letter-spacing: 0.075rem;
	text-align: center;
	display: block;
	margin-top: 2rem;
	margin-bottom: 1.5rem;
}

#guidances {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 1.6rem;
}

.guidance-icon img {
	max-width: 11rem;
	max-height: 11rem;
	border: 0.25rem solid #000000;
	margin: 0.25rem;
}

.post {
	width: clamp(min(42rem, 87.5vw), 75%, 75%);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.7rem;
	background-color: #ffa500;
	text-decoration: none;
	transition: transform 0.125s ease;
	min-height: 7rem;
	display: flex;
}

.post-inner {
	width: 100%;
	background-color: #ffffff;
	margin: 0.2rem;
	padding: 0.1rem;
	display: flex;
}

.post-body {
	width: 100%;
	margin: 0.2rem;
	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;
	align-items: center;
}

.post-left {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: -1.3rem;
}

.post-right {
	font-size: 1.3rem;
	font-family: tahoma;
	color: #000000;
	-webkit-text-stroke: 0.0075rem #000000;
	text-align: right;
}

.post-tokens {
	font-size: 1.6rem;
	font-family: "TitleFont", serif;
	color: #ffffff;
	-webkit-text-stroke: 0.4rem #000000;
	paint-order: stroke fill;
	margin-bottom: 0.3rem;
	letter-spacing: 0.05rem;
}

.post-tokens img {
	height: 2.1rem;
	margin-left: 0.4rem;
	vertical-align: -0.4rem;
}

@font-face {
	font-family: "TitleFont";
	src: url("fonts/TitleFont.otf") format("opentype");
}

.top-text {
	font-size: 2.1rem;
	color: #ffa500;
	font-family: "TitleFont", serif;
	letter-spacing: 0.075rem;
	min-height: 10rem;
}

.bottom-text {
	font-size: 1.8rem;
	color: #ffa500;
	font-family: times new roman, serif;
	font-weight: bold;
}

.title-large {
	font-size: 2.1rem;
	font-family: "TitleFont", serif;
	color: #ffffff;
	-webkit-text-stroke: 0.4rem #000000;
	paint-order: stroke fill;
	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.075rem;
}

.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;
}
