#spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background: red;
  color: white;
  padding:20px;
  Border: 2px solid #000000;
  /* Your additional styles go here */
}