body{
    background-color: rgb(122, 255, 211);
    border: 6px inset orangered;
    text-align: center;
    padding-top: 30px;
    font-family: 'Brush Script MT', cursive;
    height: 3000px;
}

h1 {
    color:orangered;
    font-size: 36pt;
    background-color: apua;
    border: 4px solid black;
    width: 700px;
    margin: auto;
}

div{
    background-color: rgb(0, 238, 255);
    width: 400px;
    height: 500px;
    border: 6px solid blue;
    border-radius: 10%;
    padding: 20px;
    padding-top: 30px;
    float: left;
    margin: 20px;

}

.clickable {
    max-width: 90%;
    max-height: 300px;
    border: 4pxsolid black;
    border-radius: 10%;
}

#lightbox{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.705);
    position: fixed;
    top: 0px;
    left: 0px;
    margin: 0px;
    border: none;
    border-radius: 0px;
    display: none;
    
}


#lightboxpic{
    height: 95%;
}


#logo {
    clear: all;
    float: left;
    right: 0pxs;
}





