.contact-icons {
    position: fixed;
    top: 4px;
    left: 0;
    z-index: 1100;;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-icon img {
    width: 40px;
    height: auto;
}

.whatsapp-icon img {
    width: 45px;
}
