#svg {
  position: fixed;
  width: 100%;
  height: 100%;
  touch-action: none;
}

#spinner {
  cursor: pointer;
  border: solid 1px red !important;
}

    
.minutehand {
        fill:#E9DC59;
        stroke:black;
        stroke-width:3px;
    
        }
        
    .hourhand {
        fill:#EAAA6E;
                stroke:black;
        stroke-width:3px;
        }
    
    .centrespot {
        fill:#EAAA6E;
                stroke:black;
        stroke-width:4px;
        }