:root {
	--pb-bg: linear-gradient(180deg, #1c1821 0%, #110f14 100%);
	--pb-text: #ffffff;
	--pb-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
	--pb-border: 1px solid #2a2432;
	--pb-max-width: 1000px;
	--pb-accent: #f59e0b;
	--pb-cta-bg: linear-gradient(90deg, #ff756b 0%, #ff5454 100%);
	--pb-cta-text: #1a1010;
	--pb-close-color: #6b7280;
}

.img-cov {
	width: 100%;
	height: 100%;
	max-width: 900px;
	margin: 15px auto;
}
.img-cov img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	object-fit: cover;
}

.intro__avatar .img-cov {
	margin: 0;
}

.footer__list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	flex-wrap: wrap;
	list-style: none;
	padding: 0 0 30px 0;
}
