body {
	margin: 0;
	overflow: hidden;
}
a {
	color: black;
	text-decoration: none;
}
.page {
	position: relative;
	height: 100vh;
	width: fit-content;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.page img {
	height: 100%;
}
.page p {
	position: absolute;
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.9vh;
	line-height: 2;
	text-align: justify;
}
.arrow {
	position: fixed;
	height: 10vh;
	top: 50vh;
	transform: translateY(-50%);
}
.arrow h1 {
	margin: 0;
	font-size: 5vh;
}
.item {
	width: 2vh;
	height: 2vh;
	margin-bottom: -0.4vh;
}
.last {
	color: rgba(255, 255, 255, 0);
}