diff --git a/src/App.vue b/src/App.vue
index 5a88f6e..020af9b 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -53,83 +53,110 @@
+
+ {{ alertMessage }}
+
-
-
-
-
-
- {{ currentTime ? currentTime : "00:00"}}/{{duration ? duration : "00:00"}}
-
-
-
-
- {{ $store.getters.book.author }}
- {{ $store.getters.book.title }} - {{ $store.getters.chapters[currentChapter].title }}
-
-
-
-
-
-
-
-
-
-
-
- mdi-{{ isPlaying ? "pause" : "play" }}
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+ {{ currentTime ? currentTime : "00:00"}}/{{duration ? duration : "00:00"}}
+
+
+
+
+
+
+
+
+ {{ $store.getters.book.author }}
+ {{ $store.getters.book.title }} - {{ $store.getters.chapters[currentChapter].title }}
+
+
+
+
+
+
+
+
+ mdi-{{ isPlaying ? "pause" : "play" }}
+
+
+
+
+
+
+
+