.about-me {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.about-me small {
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3.84px;
	word-wrap: break-word;
	opacity: 0.4;
}
.about-me h1 a {
	font-family: "Newsreader", Times, serif;
}
.about-me h1 {
	margin-top: 1rem;
	font-family: "Newsreader", Times, serif;
	font-weight: 400;
	letter-spacing: -0.02em;
	font-size: 2.5rem;
	line-height: 125%;
}
@media screen and (max-width: 800px) {
	.about-me {
		padding: 0 20px;
		width: 100%;
		top: 45%;
	}
}
