 
div.gallery {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 300px;
    height: 300px;
  }
  
  div.gallery:hover {
    border: 1px solid #777;
  }
  
  div.gallery img {
    width: 100%;
    height: auto;
  }
  
  div.desc {
    padding: 15px;
    text-align: center;
  }



  #box {
    /* background-color: gold; */
       background-image: url("bg1.png");
      
    background-repeat: no-repeat;
    color: gray;
    font-size: 68px;
    padding:120px;
    text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  } 
*{
    background-image: url("bgainm.gif");
    background-repeat: no-repeat;
    background-size: cover;
}