/* 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/dark-frutiger-aero-wallpaper-v0.jpg);  
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  color: black;
}

  

  
  
    .box {
      
  /*----------------------------------------------------*/
      
      background-image: url(picture_and_effects/aero_glass.png);
      background-repeat: no-repeat;
      background-position: center;
      background-attachment: fixed;
      background-size:cover;
    
  /*----------------------------------------------------*/
    
      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: 1520px;
      width: 1750px;
      display:block;
      position: relative;
      transform: translate(50px, 200px)  
    
  /*----------------------------------------------------*/
    
  }
  
  
  
  
  
  /*----------------------------------------------------------------------------------------------------------------------------------*/
  
  
  
  
  
    .img {
      
  /*----------------------------------------------------*/
  
      height:200px;
      width:200px;
      position: absolute;
      display: block;
      margin-top:150px;
      margin-left: 150px;
      
  /*----------------------------------------------------*/
  
      outline: 6px outset rgba(230,230,230,0.75);
      outline-offset: 2px;
      border-radius: 15px;
      box-shadow: #FFF 0 0px 16px, #cbfaff 0 0px 40px, #00ffff 0 0px 80px, blue 0 0px 160px, 5px 5px 15px 5px rgba(0,0,0,0);
      
  /*----------------------------------------------------*/
  
      transition: .67s;
  }
  
  
  










      .img:hover {
        
        box-shadow: #FFF 0 0px 32px, #ff0 0 0px 80px, #ff8000 0 0px 160px, red 0 0px 230px, 5px 5px 15px 5px rgba(0,0,0,0);
        height:210px;
        width:210px;
        margin-top:144px;
        margin-left: 144px;
        
        
        
        
      }
      
      
      
      
      
      
      
      
      /*----------------------------------------------------------------------------------------------------------------------------------*/
      
      
      
      
      
      .box2 {
        
        display:block;
        height:210px;
        width:210px;
        border: 3px solid;
        
        
        
        
        
        
        
        
      }
      
      
      
      
      
      
      