body {
    margin: 0;
    padding: 0;
    height: 100vh; /* Ensures the body takes up the full viewport height */
    background-image: url("/GRAPHICS/AIIOT-COMING-SOON.jpg"); /* Replace 'your-image.jpg' with your image path */
    background-size: cover; /* Scales the background image to cover the entire element */
    background-position: center center; /* Centers the background image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    font-family: Arial, sans-serif;
    color: white; /* Example text color for readability against the background */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    <body background="/GRAPHICS/AIIOT-COMING-SOON.jpg"></body>
<div style="background-image: url('https://aiiotservices.com/GRAPHICS/AIIOT-COMING-SOON.png');"></div>
background-repeat: no-repeat;
background-size : 100% 100%;
}

.content {
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background for content for better readability */
    padding: 20px;
    border-radius: 8px;
} /body