



body {
  background-image: url(picture_and_effects/images.jpg);  
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  color: black;
  
}

  
  /*----------------------------------------------------------------------------------------------------------------------------------*/
  
  
    .box {
      
  /*----------------------------------------------------*/
      
      backdrop-filter: blur(5px);
      
  /*----------------------------------------------------*/
    
      border: 1px solid;
      border-radius: 16px;
      border-color: white ;
      box-shadow: none ;
      padding:20px;
    
  /*----------------------------------------------------*/
  
      height: 2026px;
      width: 86%;
      display:block;
      position: relative;
      transform: translate(5px, 100px)  
      
  /*----------------------------------------------------*/
  
     
  }
  
  
  
  /*----------------------------------------------------------------------------------------------------------------------------------*/
  
  
  
  
  
    
  
  
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      