body {
    background-color: rgb(197, 6, 6);
}
h1 {
    text-align: center;
    color: rgb(190, 212, 212);
}

div {
    text-align: center;
    border: 3px solid rgb(190, 212, 212);
    width: 450px;
    float: left;
    height: 450px;
    margin: 5px;
    background-color: rgb(104, 0, 0);
}

.clickable {
    max-height: 400px;
    max-width: 400px;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 8px;
    margin-right: 8px;
}

h3 {
    color: rgb(190, 212, 212);
}

#lightbox {
    width: 100%;
    height: 100%;
    position: fixed;
     top: 0px;
    left: 0px;
    margin: 0;
    display: none;
    background-color: rgba(104, 0, 0, 0.589);
    border-radius: 0%;
    border: none;
}

#lightbox img {
    width: 60%;
    height: 85%;
}