.aboutposition{
    border-bottom: 2px solid #ddeefc;
    line-height: 30px;
    color: #63b1f1;
}

.aboutposition a{
    color: gray;
}
.contentabout h1{
    margin-top: 20px;
    color: #63b1f1;
    font-size: 20px;
    text-align: center;
}

.contentabout h2{
    text-align: center;
    color: gray;
    background-color: #ebebeb;
    font-size: 12px;
    font-weight: lighter;
}

.contentabout p{
    margin-top: 5px;
    
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    color: rgb(65, 65, 65);
}

.contentabout p img{
    width:100%;
}

.contentabout p[style] img{
    width: 2%;
}

