diff --git a/front/src/App.vue b/front/src/App.vue
index 673f8386460ecba32737c129e3421adc06881f04..1c0434f223e02e7788ef59618e1bb012f24cdbf4 100644
--- a/front/src/App.vue
+++ b/front/src/App.vue
@@ -154,4 +154,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>