
    a[href^="#"]:hover {
        color: #d35400 !important;
        text-decoration: underline !important;
    }
    
    a[href^="#"]:active {
        color: #d35400 !important;
    }
