img {
  display: flex;
  justify-content: center;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  margin: auto;
  display: block;
}

html, body {
  margin: 0; 
  height: 100%; 
  overflow: hidden
}