#whatsAppDiv{
    border-radius: 10px;
    position: fixed;
    right: 15px;
    bottom: 20px;
    width: 60px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background-color: rgb(225 225 225 / 80%);; 
    cursor: pointer;
}

#whatsAppDiv > span{
    color: #333; /* 更浅的颜色，比如深灰色 */
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5); /* 使用浅色的阴影 */
}

.custom-alert a {
    color: #007bff; /* 链接颜色 */
    text-decoration: none; /* 移除下划线 */
    transition: color 0.3s ease; /* 过渡效果 */
}

.custom-alert a:hover {
    color: #0056b3; /* 鼠标悬停时的颜色 */
}
