html {
	background: white;
	height: 100%;
}

body {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

p {
	margin: 0;
}

.imageGif{
	height: auto !important;
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  margin: 0 auto;
  vertical-align: middle;
  touch-action: none;
}
