html, body {
  margin: 0;
  width: 100%;
  height: 100%;
}

body {
  display: flex;
  align-items: center;   /* vertical */
  justify-content: center; /* horizontal */
  background: black; /* optional */
}

.center-gif {
  max-width: 100%;
  height: auto;
}