@keyframes highlight{0%{color:#ed3333}4%{color:#f5871f}8%{color:#1edf3e}12%{color:#3833ed}16%{color:#ed33cf}20%{color:#7f33ed}24%{color:#000}}#topbar{width:100%;margin-top:20px;margin-bottom:20px;position:relative;display:inline-block}#topbar a{display:inline-block;float:right;clear:both;margin-right:0;text-decoration:none;color:#000;margin-bottom:10px}@media(min-width:500px){#topbar a{box-shadow:0;transition:transform .1s,box-shadow .1s;transform:none;transition-timing-function:ease-in}#topbar a:hover{transition-timing-function:ease-out;box-shadow:0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.3);transform:scale(1.05)}#topbar a:hover:active{transition-duration:.05s;transform:scale(1.02);box-shadow:0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.3)}}#topbar #name,#topbar #info{position:relative;display:block;line-height:40px;font-family:sans-serif;text-transform:uppercase;color:#000;padding:0 15px}#topbar #name span,#topbar #info span{text-align:center;min-width:5px;height:100%;display:inline-block}#topbar #name span:nth-child(1){animation-delay:5100ms}#topbar #name span:nth-child(2){animation-delay:5200ms}#topbar #name span:nth-child(3){animation-delay:5300ms}#topbar #name span:nth-child(4){animation-delay:5400ms}#topbar #name span:nth-child(5){animation-delay:5500ms}#topbar #name span:nth-child(6){animation-delay:5600ms}#topbar #name span:nth-child(7){animation-delay:5700ms}#topbar #name span:nth-child(8){animation-delay:5800ms}#topbar #name span:nth-child(9){animation-delay:5900ms}#topbar #name span:nth-child(10){animation-delay:6000ms}#topbar #name span:nth-child(11){animation-delay:6100ms}#topbar #name span{animation:highlight 8s;animation-fill-mode:forwards;animation-iteration-count:infinite}