.asagiSabit {
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 999;
}

.whatsappBlock a {
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 70px;
    right: 15px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    box-shadow: 2px 2px 6px 0px #888;
    display: flex;
    align-items: center;
    justify-content: center;
}
.whatsappBlock a img {
  height: 48px;
  width: auto;
}
