img#logo{float:left;width:78px;height:78px;margin-left:5px;margin-top:0;cursor:pointer;border:10px solid lightgrey;border-radius:50%;box-shadow:0 0 .3rem rgba(99,99,0,.9)}svg#rotate{float:left;width:120px;margin-left:-110px;margin-top:-10px;margin-bottom:-10px;cursor:pointer}svg#rotate:hover{animation-name:rotate;animation-duration:2s;animation-timing-function:linear;animation-direction:reverse;animation-iteration-count:infinite}svg>text{font-family:Verdana,Geneva,Tahoma,sans-serif;text-transform:uppercase;font-size:4.5pt;fill:gray}@keyframes rotate{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}