/*
 * Copyright (C) 2026 Davyd Stalytenko
 *
 * This file is part of zld-portfolio.
 *
 * zld-portfolio is free software: you can redistribute it and/or modify it under the terms of
 * the GNU General Public License as published by the Free Software Foundation,
 * either version 3 of the License, or any later version.
 *
 * zld-portfolio is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 * See the GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License along with zld-portfolio.
 * If not, see <https://www.gnu.org/licenses/>.
 *
 */


.intro_block-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: top;
}

.intro_block-wrapper img {
	margin-top: 80px;
	height: 600px;
}

.intro_block-wrapper .content_block-title {
	width: max-content;
}

.content_block {
	display: flex;
	flex-direction: column;
	justify-content: top;
}

.content_block-title {
	font-size: 90px;
}

.content_block-subtitle {
	font-size: 50px;
}

.content_block-paragraph {
	font-size: 27px;
}

.content_block-item {
	width: min-content;
}

.content_block-item>.content_block-title {
	width: max-content;
}

.content_block-item>.content_block-subtitle {
	width: max-content;
}

.content_block-paragraph-short {
	width: 80%
}

.content_block-paragraph-normal {
	width: 100%
}

.content_block-paragraph-long {
	width: 150%
}

.content_block-right-item {
	align-self: end;
}

.simple-link-bright {
	color: aliceblue;
}

.pretty-link {
	color: aliceblue;
	background-color: #fefe78a0;
	border-radius: 4px;
	padding: 4px 4px;
}

.overview_block {
	border: 2px solid gray;
	border-radius: 20px;
	padding-left: 20px;
}

.normal_list {
	font-size: 25px;
}

.normal_list-item {
	margin-top: 3px;
}

.normal_list-large-gap>.normal_list-item {
	margin-top: 15px;
}

.unbreak-word {
	width: max-content;
	display: inline-block;
}

.overview_block-title {
	font-size: 30px;
}
