body {
	min-height: 100vh;
	height: auto;
	max-height: none;
	overflow: auto;
	position: relative;
}
#content-wrap {
	min-height: calc(100% - 90px);
	height: fit-content;
}
#filter-wrap {
	display: none;
}
#about-wrap {
	margin: 40px auto;
	padding-bottom: 60px;
	width: 60%;
}
.about-title {
	font-family: "Fredoka One", cursive;
	color: var(--green);
	font-weight: bold;
	font-size: 40px;
	margin: 30px 0 0 0;
}
.about-text {
	margin: 12px 15px;
	font-family: "Nunito", sans-serif;
	color: var(--black);
	font-size: 16px;
}

@media only screen and (max-width: 500px) {
	#about-wrap {
		width: 85%;
	}
	.about-title {
		font-size: 30px;
	}
}
