diff --git a/frontend/src/components/Chooser.vue b/frontend/src/components/Chooser.vue
index 34ac420..0e7cdda 100644
--- a/frontend/src/components/Chooser.vue
+++ b/frontend/src/components/Chooser.vue
@@ -64,7 +64,7 @@ export default {
left: 0;
right: 0;
bottom: 0;
- background-color: rgba(0,0,0,0.8); /* Black background with opacity */
+ background-color: rgba(0,0,0,0.7); /* Black background with opacity */
z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
display: flex;
color: white;
diff --git a/frontend/src/components/Player.vue b/frontend/src/components/Player.vue
index 5f115a5..10eeeb7 100644
--- a/frontend/src/components/Player.vue
+++ b/frontend/src/components/Player.vue
@@ -31,6 +31,7 @@
{{hint}}
+