.profile > * {
	display: flex;
	flex-direction: column;
}
.profile > div {
	display: grid;
	grid-template-columns: auto 1fr;
	margin: 3em 0;
}
.profile > div > figure > figcaption {
	text-align: center;
	font-weight: 700;
}
.profile > div > figure > img {
	border-radius: 50%;
	width: 200px;
	height: 200px;
	object-fit: cover;
}
.profile > div > address {
	display: flex;
	flex-direction: column;
	align-content: space-around;
	justify-content: center;
	padding: 3em;
}
.profile > a {
	display: grid;
	grid-template-columns: auto 1fr;
	align-content: center;
	align-items: center;
	justify-content: center;
	gap: .5em;
}
.profile svg {
	fill: #ff2000;
	height: .75em;
}


.author main {
	max-width: 1300px;
}
.author main h1 {
	transform: none;
}
.author main .profile {
	margin-top: 2em;
	padding: 1em 3em;
	background: #eee;
}