@import url("glitchcandy.css");

.profile {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.profile-image {
	width: 10em;
}
.profile h1,h2,h3,h4,h5,h6 {
	margin: 0.1em auto;
	width: 100%;
	text-align: center;
}
