
.bg-dark {
    background-color: #1a1a1a !important; 
}

.text-secondary {
    color: #a0a0a0 !important; 
}


.btn-dark {
    background-color: #2c2c2c !important; 
    border-color: #2c2c2c !important;
}


.bg-primary {
    background-color: #2a304e !important; 
}

.social-icon {
    transition: color 0.3s ease, transform 0.3s ease;
}

.social-icon:hover,
.social-icon:active,
.social-icon:focus {
    color: #ff6600 !important;
    transform: scale(1.1);
}