.gif-container {
  position: fixed;
  z-index: 9999;
}

#random-gif {
  position: relative;
  width: 340px; /* adjust width as needed */
  height: auto; /* adjust height as needed */
  display: none;
}
