   .blink
{   position: absolute;
    top: 20%;
    right: 13%;
    width: 12px;
    height: 11px;
    border-radius: 120%;
    animation-duration: 1s;
    animation-delay: 0;
    background: #c00;
    content: ' ';
	    animation-name: expand-dull;
    animation-iteration-count: infinite;
	}