    .WhatsApp_color {
        background-color: #25d366;
        border-radius: 20%;
    }

    .Facebook_color {
        background-color: #3b5998;
        border-radius: 20%;
    }

    .Instagram_color {
        background: linear-gradient(45deg,
                #F58529,
                #FEDA77,
                #DD2A7B,
                #8134AF,
                #515BD4);
        border-radius: 20%;
    }

    .X_color {
        background-color: #00acee;
        border-radius: 20%;
    }

    .YouTube_color {
        background-color: #c4302b;
        border-radius: 20%;
    }

    .Tiktok_color {
        background-color: #000;
        border-radius: 20%;
        transition: 0.3s ease;
    }

    .Tiktok_color:hover {
        transform: scale(1.1);
        box-shadow:
            -3px -3px 10px #25F4EE,
            3px 3px 10px #FE2C55;
    }