#about {
    height: 100%;
	display: flex;
	flex-direction: column;
	overflow-y: scroll;
	align-self: center;
	width: 100%;
	transition: filter 0.2s;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    animation: fadeIn 0.2s ease-in-out;
} #about p {
    font-size: 1.1rem;
}