body
{
	margin: auto;
	width: 50%;
	background-color: #08010b;
	color: #A5F3D9;

    background-clip: text;
	font-family: Garamond, serif;
}


h1
{
	color: #ffffff;
}
h2
{
	color: #e3c3dc;
	font-size: 1.3rem;
	font-weight: lighter;
	text-align: right;
	margin-bottom: 3.5em;
}

article
{

	margin-top: 3.5em;
	margin-left: 1.5em;
	margin-right: 1.5em;
}

article p
{
	background: linear-gradient(313deg, #a5f3d9 30%, #f0f4f4 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	margin-top: 1em;
	margin-left: .5em;
}
article h3
{
	color: #f0f0f4;
}
article.poem

{
	line-height: 180%;
}
.verse-line
{
	display: block;
	text-indent: -2em;
    margin-left: 2em;
}

.subtitle
{
	font-style: italic;
}