html {
}
body {
  user-select: none;
  -webkit-user-select: none;
  display: flex;
  justify-content: center;
  /* height:100vh; */
  /* align-items: center; */
}

img {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
}
