body {
	margin: 0;
	background-color: white;
	background-image: url("images/paper.jpg");
}

main {
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 60%;
	margin: 0 auto;
}

.hero-image {
	margin: 1%;
	background-image: url("images/hero-image2.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	padding: 3rem;
	border: 1rem;
	border-radius: .5rem;
	}

.hero-text {
	text-align: center;
	color: white;
}

a {
	text-decoration: none; color: white;
}

#bio {
	text-align: center;
  	align-self: center;
  	margin: 100px;
  	padding: 90px;
  	border: 90px;
  	padding-top: 0px;
  	margin-top: 0px;
  	border-top: 0px;

}

#shakespeare {
	float: left;
	margin-right: 1rem;
}

#bio {
	display: block;
	float: right;
  }

  #title {
  	text-align: center;
  	color: white;
  }

.underline {
	text-decoration: underline;
}