diff --git a/frontend/src/app/album/[id]/page.tsx b/frontend/src/app/album/[id]/page.tsx
index a755021..03c8a31 100644
--- a/frontend/src/app/album/[id]/page.tsx
+++ b/frontend/src/app/album/[id]/page.tsx
@@ -43,6 +43,7 @@ export default function Page() {
{TimeUtils.fancyTimeFormat(song.duration)} |
))}
+
diff --git a/frontend/src/app/globals.css b/frontend/src/app/globals.css
index 9ffc47a..85b2fc9 100644
--- a/frontend/src/app/globals.css
+++ b/frontend/src/app/globals.css
@@ -557,7 +557,8 @@ body {
line-height: 1.6;
font-weight: 400;
font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
- color: #3fc6f1; }
+ color: #3fc6f1;
+ background-color: #736b5e}
/* Typography