body {
    padding: 0;
    margin: 0;
  }
  
  
  header {
    background-image: url(https://source.unsplash.com/collection/495468/1600x900);
    height: 100vh;
    background-size: cover;
  }
  
  h1 {
    color: red;
  
  
  }