body {
  width: 1440px;
  height: 1024px;
  margin: 0 auto; /* Centers the page horizontally */
  box-sizing: border-box; /* Includes padding and border in width/height */
  background: var(--bg, radial-gradient(116.65% 87.3% at 50% 52.59%, #EDF6FB 29.81%, #FF4182 100%));
  color: black;
  font-family: "SabethPixel-Regular.otf";
}

/* images for please input name*/   
  
img[src="https://files.catbox.moe/7p7ut3.png"] { 
  width: 1440px;
  height: 1024px;
  aspect-ratio: 45/32;

} 

img[src="https://files.catbox.moe/g5z4i6.png"] { 
  width: 518px;
  height: 518px;
  aspect-ratio: 1/1;
  center 
  display: block;
  margin-left: auto;
  margin-right: auto;
} 
  
.stack img {
  position: absolute;
}

.bottom {
  object-fit: cover;
}

.top {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2; 
}

/* images for please input name*/    
  



  
 