body{
    background-image: url("pictures/lastpic.png");
    background-blend-mode:soft-light;
    background-color: gray;
    
  background-repeat: no-repeat;
 background-attachment: scroll;
  background-size: cover;
    opacity:
   

  
}
h2{
    font-size: 50px;
    color: aliceblue;
    text-align: center;
    text-shadow: 6px 3px 5px #000;
    
}

p{
    font-size: 30px;
    color: aliceblue;
    text-align: center;
    text-shadow: 2px 2px 8px #000;
    
    
}
    
}
