html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body,
html {
	width: 100%;
}

html {
	scroll-behavior: smooth;
}

body,
html {
	width: 100%;
	overflow-x: hidden;
}

body {
	background: #f3f3f3;
	background-size: cover;
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 18px;
}

::selection {
	background: #c3007a;
	color: #fff;
}

i {
	font-style: italic;
}

b {
	font-weight: bold;
}

* {
	box-sizing: border-box;
}

a img {
	border: 0;
}

a:focus,
a:active {
	outline: 0;
}

#page {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

#header {
	width: 100%;
	position: relative;
	margin: 50px 0;
	border-bottom: 3px solid #c3007a;
	padding-bottom: 20px;
}

#header div {
	position: absolute;
	top: 10px;
	right: 0;
}

#zti {
	width: 300px;
	display: inline-block;
}

#zti img {
	width: 100%;
}

h1 {
	width: 100%;
	margin: 0px auto 20px auto;
	font-size: 27px;
	line-height: 150%;
}

h1 i {
	font-size: 110%;
	margin: 30px 0;
	display: block;
}

h1 i span {
	color: #c3007a;
	font-size: 150%;
	text-transform: uppercase;
	font-style: normal;
}

#article {
	border-bottom: 3px solid #c3007a;
}

#article,
#sources,
article {
	line-height: 150%;
	clear: both;
}

#article p,
#sources p,
article p {
	margin-bottom: 20px;
}

#book p {
	font-size: 20px;
	line-height: 30px;
}

#book img {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	width: 240px;
	box-shadow: 0 0 20px rgb(0 0 0 / 20%);
}

h2,
h3 {
	font-size: 26px;
	margin-bottom: 30px;
	margin-top: 60px;
	line-height: 125%;
}

h3 {
	font-size: 20px;
}

audio {
	width: 100%;
	min-width: 300px;
}

hr {
	width: 80%;
	margin: 50px auto;
	background: #c3007a;
	height: 3px;
	border: 0;
	clear: both;
}

#sources a {
	display: inline-block;
}

#sources a img {
	border: 1px solid #c3007a;
}

#footer {
	text-align: center;
	vertical-align: middle;
	margin: 50px 0;
}

@media only screen and (max-width: 767px) {
	#page {
		padding: 10px;
		width: 98%;
	}

	audio {
		max-width: auto;
	}

	h1 {
		font-size: 23px;
	}

	h2,
	h3 {
		font-size: 22px;
		line-height: 25px;
		font-weight: bold;
	}

	#book img {
		float: none;
	}

	#book p {
		font-size: 18px;
		line-height: 26px;
	}

	body {
		font-size: 15px;
	}
}
