@import '/static/style/css/base.css';

.content_page_about {
	min-height: calc(100vh - var(--header-height) - var(--footer-height) - 80px);
	padding: 40px 30px;
}

.about-page {
	max-width: 1100px;
	margin: 0 auto 64px;
}

.about-page__author-photo {
	display: block;
	text-align: center;
}

.about-page__author-photo img {
	width: 100%;
	max-width: 400px;
}

.about-page__title {
	font-size: 2em;
	text-align: center;
	margin: 1em 0;
}

.about-page__description {
	font-size: 1.5em;
	text-align: center;
	margin: 0.5em 0;
}

.about-page__description-link {
    color: var(--light-accent);
}
