#wfb {
    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: 7rem;
} #wfb h2 {
    text-align: center;
    margin-top: 2rem;
} #wfb h3 {
    margin-top: 1.5rem;
} #wfb img {
    width: 25%;
} #wfb .about {
    margin-top: 2rem;
    width: 50%;
    font-size: 1rem;
} #wfb .wfba {
    margin-top: 1.5rem;
} #wfb p a {
    text-decoration: underline;
    opacity: 0.7;
} #wfb p a:hover {
    opacity: 1;
}