body {
	background: #ffdf11;
	color: #212121;
}
h1 {
	font-family: "abril-text";
	font-size: 110px;
	background: red;
	width: 300px;
	margin: 0px 0px 0px 50px;
	padding: 0px 0px 0px 20px;
	background: #ffdf11;
}
#headbox {
	width: 980px;
	margin: auto;
	margin-bottom: -70px;
	position: relative;
	z-index: 2;
}
main {
	margin: 0 auto;
	width: 900px;
	border: solid 2px #212121;
	padding: 40px;
	border-radius: 10px;
	font-family: "abril-text";
	position: relative;
	z-index: 1;
}
#opening {
	width: 370px;
	display: inline-block;
	margin-right: 20px;
}
#p1 {
	font-size: 36px;
	font-weight: 600;
	line-height: 36px;
}
#p2 {
	font-size: 20px;
}
aside {
	width: 446px;
	color: #ffdf11;
	background: #212121;
	font-size: 70px;
	border-radius: 10px;
	padding: 20px;
	line-height: 70px;
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
}
#uppercase {
	text-transform: uppercase;
	margin-bottom: 20px;
	border-bottom: solid 1px #ffdf11;
	padding-bottom: 20px;
}
header {
	margin: 40px 0px 100px;
}
.weights {
	font-size: 20px;
	text-transform: uppercase;
	border-left: solid 5px #212121;
	margin: 10px 0px 10px 0px;
	padding-left: 10px;
	line-height: 25px;
}
#light {
	font-size: 35px;
	text-transform: none;
	font-weight: 300;
}
#regular {
	font-size: 35px;
	text-transform: none;
	font-weight: 400;
}
#semibold {
	font-size: 35px;
	text-transform: none;
	font-weight: 600;
}
#bold {
	font-size: 35px;
	text-transform: none;
	font-weight: 700;
}
#extrabold {
	font-size: 35px;
	text-transform: none;
	font-weight: 800;
}
.weightsitalics {
	font-size: 20px;
	text-transform: uppercase;
	border-right: solid 5px #212121;
	margin: 10px 0px 10px 0px;
	padding-right: 10px;
	line-height: 25px;
	font-style: italic;
	text-align: right;
}
#content {
	border-bottom: solid 1px black;
	padding-bottom: 40px;
}
article {
	margin-top: 80px;
}
article h3 {
	font-size: 30px;
	margin: 0;
}
article p {
	margin-top: 10px;
}
#content2 h2 {
	font-size: 50px;
}
img {
	border-radius: 10px;
}
#name {
	font-family: "abril-text";
	position: relative;
	text-align: center;
	font-weight: 600;
	font-size: 20px;
	margin: -13px auto 0px;
	background: #ffdf11;
	width: 180px;
	z-index: 2;
}