/* font-family: 'Montserrat', sans-serif;
font-family: 'Open Sans', sans-serif; */
body{
	background-color: #ffcc00;
	color: #231900;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
}
h1{
	font-family: 'Open Sans', sans-serif;
	font-size: 5em;
	margin: .25em 3em .5em 0;
	text-transform: uppercase;
	line-height: 1em;
	padding-right: 20px;
	
}

.by{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-style: italic;
	display: flex;
	gap: 10px;
	
}
p.by::before {
	content: ' ';
	display: inline-block;
	background-color: #231900;
	width: 100px;
	height: 15px;
	top: 10%;
}
	
article {
	width: 80%;
	margin: 0 auto;
	position: relative;
}
section {
	width: 50ch;
	padding: .25em;
}
p{
	margin: .25em 0;
	line-height: 1.5em;
	text-indent: 4ch;
}
p:nth-child(1)::first-letter {
  margin-right: .5rem;
  font-size: 5em;
  font-family: 'Open Sans', sans-serif;
  float: left;
  line-height: 1em;
}
p:first-of-type {
	text-indent: 0;
}
em {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-style: italic;
}