body{
    background-color: rgb(2, 67, 124);
    text-align:center

}

h1{

    font-style: normal;
    font-size: 5em;
    color: black;
    font-family: cursive;
}
h3 {
    font-style: normal;
    font-family: cursive;
    color: rgb(255, 255, 255);
     
}
p{
    font-style: normal;
    font-size: 1.5em;
    font-family: cursive;
    color: rgb(255, 255, 255);
}
.clickpic{
max-width: 100%; 
max-height: 60px;
min-height: 200px;
border-radius: 20%;
padding: 20px;
text-align: center;
box-align: center;
float: center;
}

#lightbox{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    border: none;
    border-radius:0%;
    background-color: rgba(0, 4, 29, 0.808);
    display: none;
}

#lightboxPic{
    height: 50vh;
    margin-top: 15vh;
}



a {
    color: rgb(0, 132, 255);
    cursor: url;
}

a:visited {
    color: rgb(255, 97, 208) ;
}
























