/* styles.css */

body {
    background-image: url('Robot_Era.jpg'); /* Specify your image file name */
    background-size: 90% 99vh; /* Set width and height to your desired values */
    background-position: center; /* Centers the image on the screen */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    height: 98vh; /* Ensures the body itself covers the viewport height */
    
}
