diff --git a/v2/css/style.css b/v2/css/style.css
index 62146a2..3a1ad0a 100644
--- a/v2/css/style.css
+++ b/v2/css/style.css
@@ -55,6 +55,31 @@ body{
.projects > :first-child{
margin-bottom: .5rem;
}
+
+.contact{
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+}
+.contact form{
+ display: flex;
+ flex-direction: column;
+ width: 30rem;
+}
+.contact form button{
+ margin-left: 10rem;
+ margin-right: 10rem;
+ padding-top: 1rem;
+ padding-bottom: 1rem;
+ border-radius: 10px;
+ background-color: rgba(255, 255, 255, 0.719);
+ font-size: 1rem;
+ cursor: pointer;
+ box-shadow: 5px 5px 15px -5px rgba(0,0,0,0.58);
+}
+
+
+
.footer{
display: flex;
flex-direction: column;
diff --git a/v2/index.html b/v2/index.html
index 4b97b74..8133a04 100644
--- a/v2/index.html
+++ b/v2/index.html
@@ -66,6 +66,16 @@
+