/* Add here all your CSS customizations */
/* Add here all your CSS customizations */
@keyframes DPInductionAnimate {
    from {
        color: #000080;
    }

    to {
        color: #fcfcfc;
    }
}

.DPInductionLink {
    color: red;
    animation-name: DPInductionAnimate;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    font-size:22px !important;
}
