.fa {
    font-size: 45px;
}
.htmlcss{
    width: 200px;
    transition: all 0.7s;
}
.htmlcss:hover{
    width: 250px;
    border-radius: 100px 45px;
    transition: all 0.7s;
}
p{
    margin-left: 87px;
    transition: all 0.7s;
}
