diff --git a/src/app/app.component.css b/src/app/app.component.css
index 9360a0e..e1348c1 100644
--- a/src/app/app.component.css
+++ b/src/app/app.component.css
@@ -38,4 +38,11 @@ mat-toolbar.top {
mat-form-field.mat-form-field {
font-size: 24px;
- }
\ No newline at end of file
+ }
+
+.spinner {
+ position: absolute;
+ display: inline-block;
+ margin-left: 8px;
+ margin-top: -10px;
+}
\ No newline at end of file
diff --git a/src/app/app.component.html b/src/app/app.component.html
index 6462413..add2004 100644
--- a/src/app/app.component.html
+++ b/src/app/app.component.html
@@ -39,8 +39,12 @@