diff --git a/src/App.css b/src/App.css
index bcf3a30..9b3f6ea 100644
--- a/src/App.css
+++ b/src/App.css
@@ -66,4 +66,8 @@ button {
button:hover {
background-color: #2a7fba;
+}
+
+audio {
+ display: none;
}
\ No newline at end of file
diff --git a/src/App.js b/src/App.js
index 9634153..afdbb10 100644
--- a/src/App.js
+++ b/src/App.js
@@ -117,7 +117,7 @@ const App = () => {
}
-
+
>
)
}