            body{
                background-image: url(artbackgroundproto.jpg);
                background-repeat: no-repeat;
                background-position: center;
                background-attachment: fixed;
                background-size: cover;
                font-family:'Times New Roman';
            }

            .backbutton {
                justify-content: center;
                display: flex;
                margin-inline: 0px;
                text-decoration: none;
                color: #5F6A44;
                border-style: solid;
                width: 90px;
                padding: 10px;
                margin-top: 5px;
                margin-left: 5px;
                text-align: center;
                border-bottom-right-radius: 20px;
                transition: border-color 0.3s ease, color 0.3s ease;
                font-size:20px;
            }

            .backbutton:hover {
                transition: border-color 0.3s ease, color 0.3s ease;
                border-color:rgb(182, 182, 182);
                color:rgb(202, 202, 202);
            }

            .cover {
                display: grid;
                grid-template-columns: repeat(3, 1fr);
                gap: 30px;
                width: 800px;
                margin: 0 auto;
            
            }
            .cover a {

                color:white;
                text-align:right;
                font-size:20px;
            }
            .cover img {
                width: 100%;
                height: 100%;
                aspect-ratio: 1 / 1;
                object-fit: cover;
                border: 4px solid rgb(88, 88, 88);
                border-radius: 10px;
                display: block;
            }

            .gallerytext {
                font-size: 50px;
                color: rgb(88, 88, 88);
                text-align: center;
                margin-bottom: 30px;
                display:block;
            }

            .yeartext {
                justify-content: center;
                text-align: center;
                margin-top: 50px;
                display:flex;
                color:rgb(88, 88, 88);
                margin-bottom: 50px;
                font-size: 30px;
            }