
div{
background-color: rgb(22, 0, 122);
max-height: 420px;
max-width: 400px;
height: 450px;
width: 450px;
float: left;
text-align: center;
border: 3px solid rgb(255, 255, 255);
width: 400px; 
float: left; 
}

h1{
    text-align: center;
}


.clickpic {
    max-width: 90%;
    max-height: 70%;
}

#lightbox {
width: 900px;
height: 100vh;
position: fixed;
top: 0px;
left: 0px;
margin: 0px;
border: none;
border-radius: 0%;
text-align: center;
background-color: rgba(34, 10, 170, 0.842);
display: none;
}

 body {
  background-color: rgb(0, 0, 0);
}    

p {
    color: rgb(255, 255, 255);
}

#lightboxPic {
  height: 90%;
}
