body {
    background-color: rgb(91, 82, 95);
    text-align: center;
    padding-top: 30px;
    border: 6px inset rgb(73, 115, 143);
    height: 3200px;
    border-bottom: none;
}

h1 {
    font-size: 32pt;
    color: rgb(173, 104, 104);
      font-family: 'Brush Script MT', cursive;
      background-color: rgb(58, 73, 80);
      border-radius: 10%;
    
}

div {
    background-color: rgb(248, 195, 195);
    border-radius: 10%;
    text-align: center;
    width: 400px;
    height: 400px;
    float: left;
    margin: 20px;
}
.clickyy {
    border-radius: 10%;
    max-width: 90%;
    max-height: 70%;
}

#lightbox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    margin: 0px;
    border: none;
    border-radius: 0%;
    background-color: rgba(235, 149, 149, 0.61);
    display: none;

}

#lightboxPic {
    height: 90%;

}