@font-face {
	font-family: Sarabun-Regular;
	src: url(/assets/fonts/Sarabun-Regular.ttf);
	font-display: swap;
}

a:link {
	color: black;
	background-color: transparent;
	text-decoration: underline;
}

a:visited {
	color: black;
	background-color: transparent;
	text-decoration: underline;
}

a:hover {
	color: black;
	background-color: transparent;
	text-decoration: underline;
}

a:active {
	color: black;
	background-color: transparent;
	text-decoration: underline;
}

* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

body {
	font-family: Sarabun-Regular;
	background-color: #dfabff;
}

a {
	color: #2f79ff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul, li {
	margin-left: 8px;
}

.stack {
	width: 70%;
	max-width: 1150px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 150px;
	margin-left: auto;
	display: flex;
	align-content: flex-start;
}

.paper {
	position: relative;
	flex-shrink: 0;
	width: 100%;
	background: white;
	border-radius: 3px;
	box-shadow: 1px 2px 4px 1px rgba(0, 0, 0, .15);
	padding: 100px;
}

#paper1 {
	top: 45px;
	/*left: 50px;*/
	position: absolute;
	min-height: 1300px;
	max-width: 1100px;
	transform: rotate(4deg);
}

#paper2 {
	top: 20px;
	position: absolute;
	min-height: 1300px;
	max-width: 1100px;
	transform: rotate(-4deg);
	/*left: -100%;*/
}

#paper3 {
	top: 100px;
	position: absolute;
	min-height: 1300px;
	max-width: 1100px
	/*left: -200%;*/
}

#nusara {
	width: 35%;
	bottom: 60px;
	position: relative;
	float: right;
	transform: rotate(16deg);
}

#paper3text {
	padding: 100px;
}

footer {
	position: absolute;
	display: block;
	bottom: 0;
}

@media (max-width: 1100px) {
	.stack {
		width: 85%;
	}
}

@media (max-width: 800px) {
	.stack {
		margin: 0 0 50px 0;
		width: 100%;
	}

	.paper {
		padding: 50px;
	}

	#paper1,
	#paper2 {
		display: none;
	}

	#paper3 {
		left: 0;
		transform: none;
		top: 0;
	}

	#paper3text {
		padding: 16px;
	}

	#nusara {
		width: 50%;
		bottom: 30px;
	}
	li {
	margin-top: 8px;
	}
}
