@keyframes dotFlashing {
    0% {
        background-color: #898989;
    }

    50%,
    100% {
        background-color: #dddbdf;
    }
}