.icon{

    position: fixed;
    top: 85%;
    left: 1%;
    display: flex;
    
    }
.icon a{
    background-color: #35ca6c;
    color: white;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
}