@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: 24px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 4px;
	margin-top: 0;
	margin-bottom: 0;
}

h3 {
	font-family: GaramondPremrPro, "Times New Roman", Serif;
	font-size: 17px;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 9px;
}

h4 {
	font-family: GaramondPremrPro, "Times New Roman", Serif;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 1px;
	margin-top: 0;
	margin-bottom: 0;
}

p, li {
	font-family: GaramondPremrPro, "Times New Roman", Serif;
	font-size: 18px;
	font-weight: normal;
	text-align: justify;
	line-height: 24px;
	margin-top: 0;
	margin-bottom: 18px;
}

.vertical {
	height: 95vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.container {
	width: 440px;
}

a:link {
	color: black;
    	text-decoration: none;
}

a:visited {
	color: black;
   	text-decoration: none;
}

a:hover {
    	color: darkviolet;
}
