#per {
    height: 100%;
	display: flex;
	flex-direction: column;
	overflow-y: scroll;
	align-self: center;
	width: 75%;
	transition: filter 0.2s;
/*     flex-wrap: wrap; */
    align-content: center;
/*     justify-content: center; */
    animation: fadeIn 0.2s ease-in-out;
    align-items: center;
    margin-bottom: 4rem;
} #per h2 {
    text-align: center;
    margin-top: 2rem;
} #per h3 {
    margin-top: 2rem;
} #per img {
    width: 30%;
} #per .about {
    margin-top: 2rem;
    width: 50%;
    font-size: 1rem;
} #per p a {
    text-decoration: underline;
    opacity: 0.7;
} #per p a:hover {
    opacity: 1;
}