
#about-me h2 {
	color:white;
	text-transform: uppercase;
	text-align: center;
	font-size: 32px;

}

.my-discription {
	max-width: 70%;
	padding: 20px 20px;
	margin: 50px auto;
	background: white;
	text-align: center;
	font-size: 18px;
	border: rgb(5, 60, 70) solid 20px;
	font-weight: 200;
}

.my-discription > p {
	line-height: 1.6;
}


/*skills*/
#skills {
	max-width: 500px;
	font-weight: 300;
	color: white;
	margin: 20px auto ;
	overflow: auto;
	padding: 20px 0px 20px 50px;

}

.skill {
	width: 250px;
	float: left;

}

.units span {
	border-radius: 30%;
	display: inline-block;
	width: 18px;
	height: 18px;
	background-color: white;
	clear: both;
	margin: 5px 2px 20px 0px;

}


.rank-7 span:nth-child(-n+7){
	background-color: #1398CE;

}

.rank-8 span:nth-child(-n+8){
	background-color: #1398CE; 
}

.rank-9 span:nth-child(-n+9){
	background-color: #1398CE; 
}

#prog-skills h2 {
	color: #78C3E5;
	text-transform: uppercase;
	text-align: center;
	font-size: 24px;
	-webkit-text-shadow: 0px 0px 20px rgba(152,197,245,1);
	-moz-text-shadow: 0px 0px 20px rgba(152,197,245,1);
	text-shadow: 0px 0px 50px rgba(152,197,245,1);

}