div#bokeh{z-index:-999;position:fixed;top:0;left:0;overflow:hidden;width:100%;height:100%}div#bokeh span{z-index:-999;display:block;position:absolute;border-radius:50% 50%;-webkit-transition:display .2s ease-out;transition:display .2s ease-out;-webkit-animation:4s ease-in-out 0s normal none infinite bokeh;animation:4s ease-in-out 0s normal none infinite bokeh}@-webkit-keyframes bokeh{0%{margin-top:-5px}50%{margin-top:5px}100%{margin-top:-5px}}@keyframes bokeh{0%{margin-top:-5px}50%{margin-top:5px}100%{margin-top:-5px}}
