body{
	background-color: #1d1d1d;
}

body:after {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	z-index: -1 ;
	content: url(facebook-color.png) url(instragram-color.png)
}
.index-about {
	width: 100%;
	padding: 60px 30px;
	background-color:#d7d7e5;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 20px;
}

.index-about-img img {
	width: 150px;
	border-radius: 150px;
}
.index-about-text {
	flex-basis: 300px
}

.index-about-text p{
	padding-left: 20px 30px;
}

.index-about-text a {
	margin-top: 30px;
	font-size: 18px;
	display: block;
	height: 36px;
	line-height: 36px;
	background-color: var(--site-color-01);
	padding: 0 20px;
	width:fit-content;
}

.index-about-text a:hover {
	background-color: var(--site-color-01-hover);
}
.index-about-skill {
	flex-basis: 350px;
}

.index-about-skill-bar {
	width: calc(100% - 8px);
	height: 20px;
	border:  4px solid #0B0F16;
}

.index-about-skill-bar-fill {
	height: 100%;
	background-color: var(--site-color-01);
}

h2 {
	font-family: 26px;
	line-height: 32px;
	color: #000;
	font-family: fantasy;
	font-weight: 600;
	text-transform: uppercase;
}


h3 {
	font-family: 28px;
	line-height: 32px;
	color: #fff;
	font-family: fantasy;
	font-weight: 600;
	text-transform: uppercase;
}


p{font-size: 14px;
	line-height: 18px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

.htmlcss{
	width:95%;
}

.js{
	width:95%;
}
.pr{
	width: 95%;
}

.af{
	width:95%;
}
.ai{
	width:95%;
}