
   #fullscreen-gif {
     max-width: 100%;
     max-height: 100%;
     width: auto;
     height: auto;
     display: block; /* Ensures it behaves like a block-level element */
     margin: 0 auto;  /* Centers the image horizontally */
   }
   body {
  background-color: black;
}