diff --git a/index.html b/index.html
index 61e2f41..edea485 100644
--- a/index.html
+++ b/index.html
@@ -7,6 +7,7 @@
+
diff --git a/style.css b/style.css
index ef3175e..6200892 100644
--- a/style.css
+++ b/style.css
@@ -1,6 +1,6 @@
*{
color: white;
- font-family: 'Poppins';
+ font-family: 'Exo 2', sans-serif;
}
.title, .container h2 {
@@ -25,6 +25,7 @@ input[value=Submit] {
border-radius: 0.25em;
color: blue;
padding: 0.5em;
+ transition: .3s ease all;
}
input[value=Submit]:hover {