body{
    background-color: rgb(67, 37, 240);
    border: 6px inset blue;
    padding-top:0px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
}

h1{
    color:rgb(35, 17, 194);
    font-size:15em;
}

h3 {
    width: 600px;
    margin: auto;
}


.clickable {
    max-width: 90%;
    max-height: 300px;
}
#lightbox{
    width: 100%;
    height:100%;
    background-color:rgba(55, 18, 158, 0.705);
    position: fixed;
    top: 0px;
    left: 0px;
    margin: 0px;
    border: none;
    border-radius: 0px;
    display: none;
    text-align:center
}

#lightboxPic {
    height: 90%;
}

