body{
    background-color:rgb(136, 207, 240);
    border: 8px inset rgb(41, 40, 40);
  font-family: 'Brush Script MT', cursive;
  text-align: center;
  padding-top: 20px;
  height: 1900px;
}  

h1 {
    color:rgb(30, 49, 77);
    font-size: 40pt;
    background-color:rgb(62, 79, 153);
    border:4px soild black;
    width: 900 px;
    margin: auto;
}

div{
  background-color: rgb(83, 149, 236);
  width: 400px;
  height:500px;
  border: 3px rgb(23, 23, 24);
  border-radius: 20%;
  padding-top: 30px;
  float: left;
  margin: 20px;
}


.clickable {
 max-width: 70%;
  border: 4px black;
border-radius: 10%;

}

#lightbox {
  width:100%;
  height: 100%;
  background-color:rgba(43, 47, 95, 0.788);
  position: fixed;
  top: 0px;
  left:0px;
  margin: 0px;
  border: none;
  border-radius: 0px;
  display:none;
}

#lightboxPic {
height: 95%;
}

