fieldset{border:0}.pulse:focus,.pulse:hover{animation:pulse 1s;box-shadow:0 0 0 2em transparent}@keyframes pulse{0%{box-shadow:0 0 0 0 var(--hover)}}@keyframes rotating{0%{transform:rotate(0deg);color:rgb(0,255,255)}50%{color:rgb(255,255,0)}to{transform:rotate(1turn);color:rgb(0,255,255)}}.rotating{animation:rotating 2s linear infinite}.rainbow{animation:rainbow 5s linear;animation-iteration-count:infinite}@keyframes rainbow{0%,to{color:rgb(12,134,134)}50%{color:rgb(112,112,9)}}.svgGraph{width:100%;display:flex}