diff --git a/forms.html b/forms.html
index d9d492d..2bb5ffa 100644
--- a/forms.html
+++ b/forms.html
@@ -13,7 +13,7 @@
justify-content: center;
min-height: 100vh;
margin: 0;
- font-family: 'Arial', sans-serif;
+ font-family: 'arial', sans-serif;
transition: background-color 0.3s, color 0.3s;
}
@@ -33,6 +33,8 @@
display: flex;
flex-direction: row;
justify-content: space-between;
+ align-items: baseline;
+ padding: 10px;
}
.form-item2 {
@@ -176,6 +178,7 @@
+