diff --git a/src/main/java/dev/ksan/ui/VoterController.java b/src/main/java/dev/ksan/ui/VoterController.java
index 57e70da..530d376 100644
--- a/src/main/java/dev/ksan/ui/VoterController.java
+++ b/src/main/java/dev/ksan/ui/VoterController.java
@@ -44,17 +44,17 @@ public class VoterController {
private StackPane centerPane;
@FXML
- private Text titleText;
+ private Label titleText;
@FXML
private Button refreshButton;
@FXML
- private Text descriptionText;
+ private Label descriptionText;
@FXML
- private Text startDateText;
+ private Label startDateText;
@FXML
- private Text endDateText;
+ private Label endDateText;
@FXML
private Button confirmButton;
diff --git a/src/main/resources/fxml/OrganizerView.fxml b/src/main/resources/fxml/OrganizerView.fxml
index 7caec1f..7bafc8c 100644
--- a/src/main/resources/fxml/OrganizerView.fxml
+++ b/src/main/resources/fxml/OrganizerView.fxml
@@ -14,110 +14,117 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
+
-
-
+
+
+
+
+
+
+
+
-
+
+
\ No newline at end of file
diff --git a/src/main/resources/fxml/VoterView.fxml b/src/main/resources/fxml/VoterView.fxml
index fd1a42c..d598562 100644
--- a/src/main/resources/fxml/VoterView.fxml
+++ b/src/main/resources/fxml/VoterView.fxml
@@ -12,96 +12,105 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
+
+
\ No newline at end of file