h1 {
    position: fixed;
    font-family: "Bookman Old Style";
    color: white;
    margin: 22%;
    margin-top: 22%;
    font-size: 35px;
    font-style: normal;
    letter-spacing: 2px;
    text-align: center;
    font-variant: normal;
    font-weight: 600;
    line-height: 40px;
}
h3 {
	font-family: "Bookman Old Style";
	font-size: 14px;
    color: white;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 15.4px;
}
p {
	font-family: "Bookman Old Style";
	font-size: 14px;
    color: white;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 20px;
}
blockquote {
	font-family: "Bookman Old Style";
	font-size: 21px;
    color: white;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 30px;
}
pre {
	font-family: "Bookman Old Style";
	font-size: 13px;
    color: white;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 18.5714px;
}