@charset "utf-8";

@font-face {
	font-family: GaramondPremrPro;
	src: url(GaramondPremrPro-Capt.woff2) format("woff2"),
	     url(GaramondPremrPro-Capt.woff) format("woff");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: GaramondPremrPro;
	src: url(GaramondPremrPro-ItCapt.woff2) format("woff2"),
	     url(GaramondPremrPro-ItCapt.woff) format("woff");
	font-style: italic;
	font-weight: normal;
}

h1 {
	font-family: GaramondPremrPro, "Times New Roman", Serif;
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 5px;
	margin-top: 0;
	margin-bottom: 0;
}

h2 {
	font-family: GaramondPremrPro, "Times New Roman", Serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 2px;
	margin-top: 0;
	margin-bottom: 0;
}

h3 {
	font-family: GaramondPremrPro, "Times New Roman", Serif;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	margin-top: 18px;
	margin-bottom: 18px;
}

h4 {
	font-family: GaramondPremrPro, "Times New Roman", Serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	margin-top: 0;
	margin-bottom: 10px;
}

p, li {
	font-family: GaramondPremrPro, "Times New Roman", Serif;
	font-size: 18px;
	font-weight: normal;
	text-align: justify;
	line-height: 24px;
	margin-top: 0;
}

ul {
	position: relative;
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	margin-top: 0;
	margin-bottom: 18px;
}

ul li:before {
	content: "\25C6";
	position: absolute;
	left: 0;
}

.vertical {
	height: 95vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.container {
	width: 800px;
	border: 1px solid;
	padding: 40px 125px 40px 125px;
}


