diff --git a/frontend/src/app/app.component.html b/frontend/src/app/app.component.html
index 6589147..b3cb235 100644
--- a/frontend/src/app/app.component.html
+++ b/frontend/src/app/app.component.html
@@ -1,4 +1,3 @@
-
-
-
+
+
diff --git a/frontend/src/app/app.component.spec.ts b/frontend/src/app/app.component.spec.ts
new file mode 100644
index 0000000..e69de29
diff --git a/frontend/src/app/app.config.ts b/frontend/src/app/app.config.ts
index 69fc6d6..5fda069 100644
--- a/frontend/src/app/app.config.ts
+++ b/frontend/src/app/app.config.ts
@@ -1,5 +1,5 @@
import {ApplicationConfig, provideZoneChangeDetection} from '@angular/core';
-import {provideRouter, withHashLocation} from '@angular/router';
+import {provideRouter} from '@angular/router';
import {routes} from './app.routes';
import {provideHttpClient} from '@angular/common/http';
diff --git a/frontend/src/styles.css b/frontend/src/styles.css
index 5ea2488..e77784c 100644
--- a/frontend/src/styles.css
+++ b/frontend/src/styles.css
@@ -1,11 +1,11 @@
/* You can add global styles to this file, and also import other style files */
@import "tailwindcss";
-/*html, body {*/
-/* height: 100%;*/
-/*}*/
+html, body {
+ height: 100%;
+}
-/*body {*/
-/* margin: 0;*/
-/* font-family: Roboto, "Helvetica Neue", sans-serif;*/
-/*}*/
+body {
+ margin: 0;
+ font-family: Roboto, "Helvetica Neue", sans-serif;
+}