html,body,#root{position:fixed;top:0;left:0;width:100%;height:100%;background:#000}@keyframes pulse{0%{transform:scale(1);opacity:.75}50%{transform:scale(1.05);opacity:1}to{transform:scale(1);opacity:.75}}.pulse{animation:pulse 2s infinite}
