body {
    background-color:skyblue;
    text-align: center;
    border: 10px inset blue;
    height: 4500px;
    
}

div {
    text-align: center;
}


#lightbox{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    margin:0px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 0%;
    border: none;
    display:none;
}

#lightboxPic {
    Height: 80%;
    margin: auto;
    margin-top: 5%;
}