diff --git a/frontend/src/Style/ArtPage.css b/frontend/src/Style/ArtPage.css
index e7029b0a9513d8405d6914f7fcb2f527dcbb77cb..9c9520a0148517b5cc3c21048a3976c4d896ee19 100644
--- a/frontend/src/Style/ArtPage.css
+++ b/frontend/src/Style/ArtPage.css
@@ -41,7 +41,6 @@ svg{
 
 .svg-artwork {
     margin-top: 5vh;
-
     width: 20%;
 }
 
@@ -81,7 +80,7 @@ svg{
 
 .background-four {
     background-color: rgb(255, 223, 211);
-    background-size: 100% 100%;
+    background-size: 100vh;
 }
 
 .font-arial {
@@ -107,26 +106,19 @@ svg{
             "left . . right";
     }
 
+    .exhibition-piece {
+        font-size: 1.9vh;
+        text-align: center;
+    }
     .exhibition-piece-title {
         grid-area: exhibitiontitle;
         text-align: center;
-        font-size: 2.2vh;
-    }
-
-    .exhibition-piece {
         font-size: 2vh;
     }
 
     .svg-artwork {
         margin-top: 2%;
-        width: 22vh;
-    }
-
-    .dropdown {
-        grid-area: setings;
-        /* place-self: center; */
-        /* margin-right: rem;
-        margin-top: 1rem; */
+        width: 20vh;
     }
 
     .favorite-button {