body {
  background: #000000;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.under-construction-img {
  max-width: 1024px;
  width: 100%;
  height: auto;
  margin-bottom: 1.5rem;
  border-radius: 12px;
  box-shadow: 0px 0px 24px 24px rgba(255, 255, 255, 0.3);
}