@import url(header.css);

body {
    background-image: url(https://img.freepik.com/premium-photo/cosmic-book-odyssey_1029473-388497.jpg);
    background-repeat: no-repeat;
    image-resolution: from-image;
    
    background-size: cover;
    background-position: fixed;

}