html {
	font-size: 62.5%;
}

body {
	background-image: url("images/bg.png");
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	margin: 0;
}

.container {
	width: clamp(16rem, 97.5%, 64rem);
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	background-color: #ffffff60;
	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: clamp(min(42rem, 87.5vw), 75%, 75%);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.7rem;
	background-color: #000000;
	text-decoration: none;
	transition: transform 0.125s ease;
	min-height: 7rem;
	display: flex;
}

.post-date {
	color: #ffffff;
	-webkit-text-stroke: 0.4rem #000000;
	paint-order: stroke fill;
}

.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");
}

.title-text {
	font-size: 2.7rem;
	color: #ffffff;
	-webkit-text-stroke: 0.5rem #000000;
	paint-order: stroke fill;
	font-family: Tahoma, 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;
	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;
}
