/*Most of the stuff in here can be changed but changing some of it might screw with the layout a bit*/

body{
    background-image: url("https://i.imgur.com/6fDDOGi.gif");
    background-repeat: repeat;
}

.thumbnail{
    width: 200px;
    margin: 10px;
}

#lightbox-container{
    width: 100%;
    height: 800px;
    background-color: rgba(0,0,0,0.8);
    display: none;
    position: absolute;
    top:0%;
    left:0%;
    margin: 0px;
}

#lightbox-img{
    width: auto;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    border: 2px solid black;
    display: block;
}

button{
    width: 20px;
    margin-left: auto;
    margin-right: auto;
}
