* { margin: 0; padding: 0;}
html {
	height: 100%
}	
body {
	background: url("img/fallout.png"), url("img/purplestars.gif"), #ffb9f1;
	background-blend-mode: screen;
	font-family: "Liberation Sans", Arial, sans-serif;
	color: orangered;
}

h1, h2 {
	margin: 1em auto;
	text-align: center;
	background: lavenderblush;
	padding: 1em;
	border: pink 1px solid;
	border-radius: 1em;
	width: 50%;
}

.diary {
	display: flex;
	flex-direction: column-reverse;
	gap: 1em;
}

.diary, div.section {
	margin: 1em auto;	
	width: 800px;
}

article, div.section {
	background: #fffeda;
	padding: 1em;
	border: pink 1px solid;
	border-radius: 1em;
	position: relative;
}

h2 {
	color: deeppink;
	text-align: center;
}

article header {
	display: flex;
	justify-content: space-between;
	gap: 1em;
	color: deeppink;
}
h4 {
	margin: 1em;
	color: deeppink;
}

time {
	color: lightcoral;
}

summary {
	margin: 0.5em 1em;
}

p {
	margin: 1em;
	color: mediumvioletred;
	line-height: 1.2em;
}

details > p {
	margin: 1em 2em;
}

blockquote {
	margin: 2em;
	margin-left: 3em;
}

hr {
	width: 66%;
	border: hotpink double 3px;
	margin: 2em auto;
}
hr.small {
	width: 50%;
	border: none;
	border-bottom: hotpink dotted 2px;
}

details details {
	margin: 0 2em;
}

span.chapter-title {
	font-family: Liberation Serif, Times New Roman, serif;
	text-transform: none;
	font-style: italic;
}

