    .whats-icon {
        color: white;
        transition: ease 0.5s all;
    }

    .youtube-icon {
        color: white;
        transition: ease 0.5s all;
    }

    .insta-icon {
        color: white;
        transition: ease 0.5s all;
    }

    .whats-icon:hover {
        transform: translateY(-3%);
        color: #25D366;
    }

    .youtube-icon:hover {
        transform: translateY(-3%);
        color: #FF0000;
    }

    .insta-icon:hover {
        transform: translateY(-3%);
        color: #DD2A7B;
    }