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;
  
}

#main-img {
width: 60%;
height: auto;
}

#diamond-img {
margin-left: 3%;
width:25%;
height:auto;
}

#sell-img {
margin-right: 3%;
width:25%;
height:auto;
}