/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */
   
   
   
   
   /*--------------------------------------------------------------------------------------------------------*/
   
   body {
  background-image: url(picture_and_effects/media_1fb64fbda5cda6de677c31ce4c2c1573a7e099088.jpg);  
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  color: black;}
   
   
   
      
      .box5 {
        
        /*----------------------------------------------------*/
        
        border: 1px solid;
      border-radius: 16px;
      border-color: white ;
      box-shadow: #FFF 0 0px 16px, #cbfaff 0 0px 40px, #00ffff 0 0px 80px, blue 0 0px 160px, inset #cbfaff 0 0px 40px ;
      padding:20px;
        
        /*----------------------------------------------------*/
        
        height: 600px;
      width: 3000px;
      display:block;
      position: relative;
      transform: translate(50px, 100px); 
        
        /*----------------------------------------------------*/
        
      }
      
      .box6 {
        
        width: 1180px;
        display:block;
        position: relative;
        transform: translate(2320px, 0px);
        
        /*----------------------------------------------------*/
        
        border: 1px solid;
        border-radius: 16px;
        border-color: #74850000;}
        
        
        
        