.profile figure, .contact {
	display: flex;
	justify-content: center;
}

.profile figure {
	margin-bottom: 1.25rem;
}

.profile p + p {
	margin-top: 0.25rem;
}

.contact {
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.avatar {
	width: 10rem;
	height: 10rem;
	overflow: hidden;
	border-radius: 50%;
	border-color: 0.1rem solid #0a0908;
}