.centered-li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.centered-li img {
    display: block;
    margin: 0 auto; /* Centers the image horizontally */
}

.buttonWa {
    width: 25px;
    height: 25px;
    position: fixed;
    bottom: 80px;
    right: 110px;
    z-index: 99;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 25px;
    cursor: pointer;
    border-radius: 3px;
}


