diff --git a/src/app/feature/buttons/buttons.component.css b/src/app/feature/buttons/buttons.component.css
index c53656a..abbd6f1 100644
--- a/src/app/feature/buttons/buttons.component.css
+++ b/src/app/feature/buttons/buttons.component.css
@@ -2,6 +2,7 @@
display: flex;
justify-content: space-around;
cursor: pointer;
+ max-width: 220px;
}
.corazonPartio {
cursor: pointer;
diff --git a/src/app/feature/createcard/createcard.component.css b/src/app/feature/createcard/createcard.component.css
index 8b13789..c328b9e 100644
--- a/src/app/feature/createcard/createcard.component.css
+++ b/src/app/feature/createcard/createcard.component.css
@@ -1 +1,5 @@
-
+.sectionform {
+ display: flex;
+ justify-content: space-around;
+ align-items: center;
+}
diff --git a/src/app/feature/createcard/createcard.component.html b/src/app/feature/createcard/createcard.component.html
index eebaa6e..2c07763 100644
--- a/src/app/feature/createcard/createcard.component.html
+++ b/src/app/feature/createcard/createcard.component.html
@@ -1,11 +1,11 @@