.spinner {
  position: fixed;
  right: 5;
  top: 5;
  display: none;
  background-color:red;
  color: white;
  font-weight: bold;
  width: 6em;
  padding: 2px;
}