html {
	background-color: #ffcc00;
	color: #231900;
}

body {
	min-height: 100vh;
	margin-left: 6rem;
	width: 45rem;

}

section p {
	font-family: Montserrat, sans-serif;
	line-height: 1.5rem;
	margin-right: 12rem;
}

section p:first-child::first-letter {
	font-family: 'Open Sans', sans-serif;
	font-size: 5rem;
	float: left;
	margin: 0.3em 0.1em 0.25em 0;
}

p + p {
	text-indent: 40px;
}

.by {
	font: italic 600 15px Montserrat, sans-serif;
	padding-left: 1em;
	border-left: 8rem solid;
	margin-bottom: 2rem;
	
}


article h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 4.25rem;
	line-height: 3.8rem;
	margin-bottom: 2rem;
}