body {
	background-color: #371c6e;
	height: 95vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page_container {
	width: auto;
	height: 70%;
	aspect-ratio: 1 / 1.4141;
	display: grid;
	rotate: 0.2 0.5 1 4deg;
}

#top_page_background {
	grid-row: 1;
	grid-column: 1;
	position: relative;
	z-index: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(135deg, #f0e6b2, #d3c58f);
	border-radius: 5px;
	filter: url(filters.svg#paper_texture);
}

#top_page_content {
	grid-row: 1;
	grid-column: 1;
	z-index: 1;
	padding: 5cqmin;
	container-type: size;
}

p.normal {
	text-indent: 4ch;
	text-align: justify;
	text-justify: inter-word;
	white-space: pre-wrap;
	font-size: 3.2cqmin;
	padding: 0cqmin;
	margin: 2cqmin 0cqmin 2cqmin 0cqmin;
}
