diff --git a/web/index.html b/web/index.html
index cbadbd7..22f8295 100644
--- a/web/index.html
+++ b/web/index.html
@@ -15,8 +15,9 @@
diff --git a/web/styles.css b/web/styles.css
index bed1cae..519068f 100644
--- a/web/styles.css
+++ b/web/styles.css
@@ -56,7 +56,7 @@ p1 {
width: 50%;
height: 40%;
flex-direction: column;
- border: 1px solid red;
+ border: 3px solid #1f82d3;
border-radius: 20px;
}
@@ -65,6 +65,8 @@ p1 {
justify-content: left;
flex-direction: row;
margin-bottom: 2%;
+ margin-top: 1%;
+
/* border: 2px solid red; */
}