body {

background-color: palevioletred;
border: 10px solid black;

}



div {
    width: 400px;
    background-color: palevioletred;
    float: left;
    text-align: center;
    margin: 20px;
}

.clickpic {
 border-radius: 15%;
   max-height:90%;
  max-width: 90%;
    border: 5px solid black;
}


#lightbox{
  width: 100%;
  height: 100%;
  position: fixed;
  top:0px;
  left: 0px;
 bottom: 15px;
 right:2px;
  border:5px;
  background-color: rgba(255, 253, 255, 0.76);
  margin: 0px;
  display:none;
}




#lightboxPic{
  height: 90%;
}