.about {
  display: flex;
	flex-direction: column;
  padding: 20px;
  /*
		background-image: linear-gradient(
    to top right,
    rgba(3, 156, 223, 1) 30%,
    rgba(3, 156, 223, 0.5) 150%
  );
		*/
  box-sizing: border-box;
	color: #fff;
	background: url(/src/images/plank_cropped.png);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.5), 
		inset 0 0 5px 5px rgba(0,0,0,0.2);
	
	text-shadow: 0 0 2px rgba(0,0,0,0.7);
}
.about h2 {
	text-align: center;
	margin: 0 auto 20px;
}
.about p {
	max-width: 800px;
	margin: 0 auto;
}
.about a {
	font-weight: bold;
}