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