body {
    background-color:darkgreen;
    text-align: center;
    padding-top: 30px;
    border: 6px inset rgb(126, 163, 63);
    height:2000px;
    background-image: url(images/space.jpg);
}

h1 {
    font-size: 32pt;
    font-family: Garamond, serif;
}

div{
    background-color: rgb(30, 105, 30);
    width: 200px;
    border: 3px solid green; 
    border-radius: 10%;
    padding: 20px;
    margin: 20px;
    float: left;
    height: 265px;
}

.clickyclick{
    max-width:90%;
    max-height: 200px;
    border-radius: 10%;
    border: 3px solid rgba(106, 221, 106, 0.658);
}

#lightbox{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    margin: 0px;
    border-radius:0%;
    background-color: rgba(19, 145, 19, 0.411);
    display: none;
    }

    #lightboxPic {
        height:70%
    }