body{
    background-color: hotpink;
    text-align: center;
    padding-top: 30px;
    font-family: 'Times New Roman', Times, serif;
    height: 2300px;
}

h1 {
    color: rgb(255, 255, 255);
    font-size: 36pt;
    background-color: rgb(0, 255, 255);
    border: 4px solid rgb(255, 255, 255);
    text-align: center;
    padding-top: 10px;
}

div{
    background-color: rgb(9, 253, 253);
    width: 400px;
    height: 300px;
    padding: 20px;
    border: 6px solid white;
    border-radius: 10%;
    padding-top: 30px;
    float: left;
    margin: 20px;

}

div img{
    width: 90%;
    
}

#lightbox {
    width: 100%;
    height: 100%;
    background-color: rgba(230, 230, 230, 0.445);
    position: fixed;
    top: 0px;
    left: 0px;
    margin: 0px;
    border: none;
    border-radius: 0%;
    display: none ;
    text-align: center;
}
.clickable {
max-width: 90%;
max-height: 250px;
border: 4px solid white;
border-radius: 10%;


}

#lightboxPic {
height:  90%;
width: auto;
}

