body {
    background-color: rgb(214, 102, 248);
    text-align: center;
    padding-top: 27px;
    border: 5px inset rgb(170, 97, 97);

}

h1 {
    font-size: 2em;
    color:rgb(226, 229, 255);
    background-color: rgb(77, 11, 11);
}

div {
    background-color: rgb(154, 15, 209);
    width: 400px;
    border: 10px solid rgb(201, 112, 212);
    border-radius: 10%;
    float: left;
    height: 400px;
}

.clickPic {
    border-radius: 0%;
    max-width: 80%;
    border-radius: 10%;
    max-height: 200px;
    border: 2px solid rgb(51, 13, 53);
}

#lightbox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    margin: 0px;
    border: none;
    border-radius: 0%;
    background-color: rgba(0, 0, 0, 0.349);
    display: none;
}

#lightboxPic {
    height: 90%
}

