.container {
    margin-left: auto;
    margin-right: auto;
    background-image: url('/projects/smallblackbook/canvas.png');
    background-repeat: no-repeat;
    width: 774px;
    height: 578px;
    padding-left: 67px;
    padding-top: 55px;
}

.image-container {
    background-image: var(--mainImage);
    background-repeat: no-repeat;
    width: 656px;
    height: 463px;
}

#pagination {
    position: relative;
    left: 185px;
    top: -18px;
    width: 120px;
    height: 30px;
    z-index: 2;
}

#pagination table {
    width: 100%;
    height: 30px;
    border: 0;
}

#pagination td {
    height: 30px;
    vertical-align: top;
}

#pagination td:first-child {
    width: 90px;
}

#pagination td:last-child {
    width: 30px;
}

#pagination img {
    width: 90px;
    height: 30px;
    border: 0;
}

#pagination table table {
    width: 30px;
    height: 30px;
    border: 0;
}

#pagination table table tr {
    width: 30px;
    height: 15px;
}

#pagination table table td {
    width: 30px;
    height: 15px;
}