.profile {
    /*background-color: #37c0fb;*/
    /*padding: 10px;*/
    /*border-radius: 8px;       /* optional: rounded corners */
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* optional: soft shadow */
    /*border-radius: 50%;*/
    /*margin-top: 10em;*/
    margin-bottom: 100px;
    clear: both;
    border: 0 1px 0 1px;
    border-color: gray;
}
.profile .image {
    float: left;
}
.profile .image img{
    border-radius: 100%;
    /*border-width: 1px;*/
    /*background-color: #37c0fb;*/
    /*background-color: grey;*/
    /*padding: 10px;*/
    width: 10em;
    heigth: 10em;
    /*border-radius: 8px;       /* optional: rounded corners */
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* optional: soft shadow */
}

.profile .image i{
    width: 10em;
    height: 10em;
    margin-right: 1em;
}

.profile .text h3{
    font-size: 1.75 em;
    /*float: none;*/
    margin-bottom: 0px;
}
.profile .text.h2{
    /*float: none;*/
    margin-top: 0px;
}