.apiwrap {
 position: fixed;
 bottom: 40px;
 right: 10px;
}
.apiwrap img{
    height: 50px;
    border-radius: 50%;
 margin-right: 5px;
}
.apiwrap a{
    padding: 10px;
    border-radius: 20px;

    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    color: white;
}