diff --git a/client/src/Router.jsx b/client/src/Router.jsx
index 3360e6e..9aef30f 100644
--- a/client/src/Router.jsx
+++ b/client/src/Router.jsx
@@ -22,6 +22,7 @@ export default function AppRouter() {
position: "absolute",
display: "flex",
justifyContent: "center",
+ alignItems: "center",
height: "100vh",
width: "100vw",
backgroundColor: "white",
@@ -31,7 +32,7 @@ export default function AppRouter() {
right: 0,
}}
>
-
+
);
}