*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
	font-family: 'Roboto Condensed', sans-serif;
	color: #2d2f32;
}

body{
	margin: 40px 20px;
}
.logo{
	width: 100px;
}
.quote{
	font-size: 3rem;
	line-height: 2.5rem;
	font-style: italic;
	font-weight: 900;
	margin: 20px 0;
}
p, span, div{
	break-inside: avoid;
}
ul{
	margin:0 0 20px 50px;
}
h1{
	line-height: 1.5em;
	font-style: italic;
	font-weight: 900;
	border-bottom: 1px solid #2d2f32;
	margin:20px 0;
}
h2{
	line-height: 1.5em;
	font-weight: 700;
	margin: 15px 0;
}
p{
	font-size: 1rem;
	margin:0 0 20px 0;
}

.paidfor{
	background-color:#2d2f32;
	color: #fff;
}
	.paidfor span{
		color: inherit;
	}