/* Instagram Brand Button */
.btn-instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: white !important;
    border: none;
    padding: 10px 25px;
    font-weight: bold;
}

.btn-instagram:hover {
    filter: brightness(1.1);
    transform: scale(1.02);
}


