@charset "UTF-8";
body {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.background-image {
    background-image: url('../images/gallerypagedesign.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
}

.table-container {
    position: relative;
    z-index: 1; 
    padding: 20px;
}


table {
    width: 100%; 
    /
}.artwork {
    color: rgba(98,98,98,1.00);
    font-family: Arial Black;
    font-size: 204%;
    position: fixed;
    left: 22%;
}
.movies {
    font-size: 204%;
    color: rgba(98,98,98,1.00);
    font-family: Arial Black;
    position: fixed;
    right: 22%;
}
