*{
margin: 0;
padding: 0;
border: 0;
}
.btn-blog{
    position: fixed;
    width: 110px;
    height: 55px;
    line-height: 55px;
    bottom: 35px;
    left: 130px;
    background: transparent;
    color: #FFF;
    border-radius: 850px;
    font-size: 200px;
    z-index: 100;
}
.btn-blog:hover{
    text-decoration: none;
    color: transparent;
    background: transparent;
}