body {
  min-height: 100vh;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.03) 0%, rgba(255,255,255,0) 45%), linear-gradient(to top right, #101c26 0%, #465b69 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.center-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  max-height: 1024px;
  width: 50%;
}

