#spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  
}

#spinner img {
  max-width: 100%;
  max-height: 100%;
}
