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

body{
	padding: 0 40px;
}

#pdf-container{
	display: flex;
	flex-direction: column;
	align-items: center;
}

h2{
	font-size: 24px;
	text-align: center;
	margin-top: 40px;
}
h3{
	font-size: 18px;
	margin-top: 20px;
}
p{
	margin-top: 5px;
	letter-spacing: 1.5px;
	line-height: 24px;
	margin: 5px 0 0 2em;
}
h4{
	font-size: 16px;
	text-align: right;
	margin-top: 10px;
}
h4:first-of-type{
	margin-top: 40px;
}