@keyframes pulse {
    from {
        opacity: 1
    }

    to {
        opacity: 0.3
    }
}