.tooltip {
    display: block;
}

.bubble {
    text-align: center;
    padding: 5px 5px 1px 5px;
    border-radius: 10px;
}

.arrow {
    width: 0;
    height: 0;
    border-top: 8px solid #16b37f;

    border-left: 8px solid transparent;
    border-right: 8px solid transparent;

    margin-left: calc(50% - 10px);
    /* border-top: 10px solid #16b37f; */
}

.bubble-aboutus {
    background: #16b37f;
    color: white;
}

.arrow-aboutus {
    border-top: 8px solid #16b37f;
}

.bubble-ourmission {
    background: #16b37f;
    color: white;
}

.arrow-ourmission {
    border-top: 8px solid #16b37f;
}

.bubble-inmemoriamarea {
    background: #16b37f;
    color: white;
}

.arrow-inmemoriamarea {
    border-top: 8px solid #16b37f;
}

.bubble-membersarea {
    background: #16b37f;
    color: white;
}

.arrow-membersarea {
    border-top: 8px solid #16b37f;
}

.bubble-gallery {
    background: #16b37f;
    color: white;
}

.arrow-gallery {
    border-top: 8px solid #16b37f;
}


