diff --git a/.env b/.env
index 0efd8b0..4ace3ec 100644
--- a/.env
+++ b/.env
@@ -1 +1 @@
-WDS_SOCKET_PORT=4000
+WDS_SOCKET_PORT=443
diff --git a/src/index.css b/src/index.css
index 6eb15f4..3112def 100644
--- a/src/index.css
+++ b/src/index.css
@@ -5,6 +5,19 @@
@tailwind components;
@tailwind utilities;
+/* @import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300&display=swap'); */
+/* font-family: 'Comfortaa', cursive; */
+
+/* @import url('https://fonts.googleapis.com/css2?family=Jura:wght@300&display=swap'); */
+/* font-family: 'Jura', sans-serif; */
+
+/* @import url('https://fonts.googleapis.com/css2?family=Sofia+Sans+Semi+Condensed:wght@300&display=swap'); */
+/* font-family: 'Sofia Sans Semi Condensed', sans-serif; */
+
+/* @import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,300&display=swap'); */
+/* font-family: 'Roboto Flex', sans-serif; */
+
+
@layer base {
h1 {
@apply text-4xl;
diff --git a/src/socket.jsx b/src/socket.jsx
index b933535..08a42af 100644
--- a/src/socket.jsx
+++ b/src/socket.jsx
@@ -6,7 +6,7 @@ const options = {
secure: false
};
-const URL = 'http://localhost:4000';
-// const URL = 'https://pollback.vaidis.eu';
+// const URL = 'http://localhost:4000';
+const URL = 'https://pollback.vaidis.eu';
export const socket = io(URL, options);
diff --git a/src/ui/icons.jsx b/src/ui/icons.jsx
index 5b08db2..4f4262d 100644
--- a/src/ui/icons.jsx
+++ b/src/ui/icons.jsx
@@ -123,3 +123,90 @@ export const IconPlus = () =>
Share the poll URL to the voters