span.Skill-Area {
    position: relative;
}

#SkillBox {
    font-size: 16px;
    font-family: 'Indie Flower', cursive;
    height: auto;
    margin: 20px auto;
    /* background-color: #fff; */
    border: 1px solid #cdcdcd;
    border-radius: 20px;
    -o-border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    -moz-border-radius: 20px;
}

#SkillBox img {
    width: 7%;
    height: 7%;
    /* margin: auto; */
    margin-top: 7px;
    /* margin-left: 50px; */
    margin-right: 30px;
    padding-top: 10px;
}

.SkillBar {
    width: 95%;
    height: 80px;
    position: relative;
    background: rgba(96, 96, 96, 0.3);
    margin: 10px auto;
}

.Skill-Area {
    z-index: 1;
    float: left;
    position: absolute;
    margin-top: 15px;
    /* margin-left: 35px; */
    text-shadow: none;
    color: rgb(52, 51, 51);
    font-family: 'Times New Roman', Times, serif;
    font-size: 18px;
    text-align: left;
    justify-content: left;
}