a.wspp {
    background: #3ddf7a;
    position: fixed;
    bottom: 53px;
    right: 0px;
    z-index: 5;
    border-radius: 5px 0px 0px 5px;
    padding: 22px 22px 22px 28px;
    width: 53px;
    height: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}