#about {
    padding-top: 90px;
    padding-bottom: 100px;
    background-color:azure;
}
#about img#prof-pic {
    width: 250px;
    height: auto;
    border-radius: 50%;
}
#about p {
    font-size: 16px;
    max-width: 700px;
    margin: 30px auto;
}
#skills{
	text-align:center;
}

body {
    margin: 30px 0px;
}
.progress {
    position: relative;
    height: 25px;
}
.progress > .progress-type {
    position: absolute;
    left: 0px;
    font-weight: 800;
    padding: 3px 30px 2px 10px;
    color: rgb(255, 255, 255);
    background-color: rgba(25, 25, 25, 0.2);
}
.progress > .progress-completed {
    position: absolute;
    right: 0px;
    font-weight: 800;
    padding: 3px 10px 2px;
}

#services{
    background-color:azure;
}
