 
 @import url('https://fonts.googleapis.com/css2?family=Silkscreen:wght@400;700&display=swap');
 
  
   .city {
     padding: 50px;
     margin: 50px;
}

 h1 { 
   padding-top: 50px;
  padding-bottom: 50px;
  font-family: Silkscreen;  
  text-align: center;
  color: red ;
  text-shadow:
   -1px -1px 0 #111,  
    1px -1px 0 #111,
    -1px 1px 0 #111,
     1px 1px 0 #111;
   }

 body {
   background-color: red;
  background-image: url('output.gif');
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed; 
  background-size: cover;
  height: 100vh; 
  width: 100vw; 
  margin: 0; 
  padding: 0;
    background-blend-mode: lighten;
    background-size: cover;
   padding-top: 100px;
  padding-bottom: 50px;
  font-family: Silkscreen;  
  text-align: center;
   }
   
   p {
    
     text-align: center;
     color: white ;
  text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
     }