
body {
    background-image: url('Ispy.jpg');
    background-size: contain;     
    background-repeat: no-repeat; 
    background-position: center; 
    min-height:100vh;
    background-color: black;     
}


.image-row {
    display: flex;       
    justify-content: center; 
    gap: 50px;         
    margin-top: 400px;
}



