diff --git a/templates/index.html b/templates/index.html
index c1c8120..6944482 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -4,95 +4,53 @@
Lottery Number Generator
{% if result %}
-
-
Generated Numbers:
- {% for line in result %}
-
- Numbers: {{ line.numbers }}
- {% if line.lucky_stars %}
- | Lucky Stars: {{ line.lucky_stars }}
- {% endif %}
- {% if line.dream_number %}
- | Dream Number: {{ line.dream_number }}
- {% endif %}
-
- {% endfor %}
-
+
+
Generated Numbers:
+ {% for line in result %}
+
+ Numbers: {{ line.numbers }}
+ {% if line.lucky_stars %}
+ | Lucky Stars: {{ line.lucky_stars }}
+ {% endif %}
+ {% if line.dream_number %}
+ | Dream Number: {{ line.dream_number }}
+ {% endif %}
+
+ {% endfor %}
+
{% endif %}