body {
  background-image: url("epicBG2024.jpg"); /* The image used */
  background-color: #000000; /* Used if the image is unavailable */
  height: 1200px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  overflow: hidden;
  text-align: center;
  
}

#white-box {
  background-color: #ffffff;
  box-shadow: 0 1px 2px #000000;
  max-width: fit-content;
  margin-inline: auto;
  }

#main-img {
width: 15%;
height: auto;
}

#diamond-img {
margin-left: 3%;
width:25%;
height:auto;
}

#sell-img {
margin-right: 3%;
width:25%;
height:auto;
}