body {
    margin: 0;
    font-family: Arial, sans-serif;
/*    background-image: url('images/ITconsultingfeaturing.png');*/
    background-size: cover; /* Scales the image to cover the entire viewport */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Ensures the image doesn’t repeat */
    height: 100vh; /* Full viewport height */
    background-color: lightblue;
}