diff --git a/front/src/App.vue b/front/src/App.vue
index 91cf29843429eb06e55d1aefd861b7eb3f81f1b4..2eb673ab4bf1800920111616091aa80cffba1c08 100644
--- a/front/src/App.vue
+++ b/front/src/App.vue
@@ -169,4 +169,15 @@ html, body {
 .floated.buttons .button ~ .dropdown {
   border-left: none;
 }
+
+.ui.icon.header .circular.icon {
+  display: flex;
+  justify-content: center;
+  
+}
+
+.segment-content .button{
+  margin:  0.5em;
+}
+
 </style>