+
+
diff --git a/style.css b/style.css
index 5486a22..7fd6a8c 100644
--- a/style.css
+++ b/style.css
@@ -16,8 +16,7 @@ body {
display: grid;
grid-template-rows: auto 1fr auto;
}
-ul,
-body {
+ul,body {
position: relative;
}
@@ -46,6 +45,11 @@ h4 {
font-weight: 500;
}
+h5 {
+ font-family: "Poppins";
+ text-align: center;
+}
+
.mt-3{
position: relative;
background: rgba(255, 255, 255, 0.5);;
@@ -221,6 +225,14 @@ footer a:hover {
padding-left: 0;
}
}
+
+hr{
+ width: 90%;
+ border: 0;
+ border-bottom: 1px solid rgb(255, 255, 255);
+ margin: 20px auto;
+}
+
/* FOOTER styling over here */
/*
footer{