.doc{
  max-width: 600px;
  background: none;
  margin: auto;
}
section p{
  overflow: hidden;
  max-height: 0em;
  padding: 0;
  margin: 0;
  text-align: justify;
	color: #fff;
	font-size: .9rem;
}
section a {
text-decoration: none;
display: block;
text-align: left;
padding: 10px;
background: none;
	border: 1px solid #fff;
	border-radius: 5px;
color: white;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: .9rem;
}
section a:hover {
color: white;

}
section:target p{
  max-height: 20em;
  padding: 10px;
}
