diff --git a/README.md b/README.md
index 595390d..8652b94 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,4 @@
+
Conway's Game of Life
A cellular automaton devised by British mathematician John Horton Conway in 1970.
@@ -46,8 +47,10 @@
---
-## Table of Contents
+
+ :pushpin:Table of Contents:
+
1. [What is it?](#what-is-it)
1. [The Universe](#the-universe)
2. [The Rules](#the-rules)
@@ -68,8 +71,10 @@
10. [Pentadecathlon](#pentadecathlon)
6. [Feedback](#feedback)
7. [Resources](#resources)
+
+
+
----
## What is it?
✨ Conway's Game of Life, or simply "Life," is a cellular automaton devised by British mathematician John Horton Conway in 1970. It is a zero-player game, meaning its evolution is determined by its initial state, requiring no further input. Players interact with the game by creating an initial configuration and observing how it evolves. The game is Turing complete and can simulate a universal constructor or any other Turing machine.
@@ -92,7 +97,11 @@ The first generation is created by applying the above rules simultaneously to ev
---
-## The Game
+
+
+ 🎮The Game
+
+
### The Canvas / Grid
@@ -162,9 +171,12 @@ The first generation is created by applying the above rules simultaneously to ev
Stores history of patterns that user has played with, up to 5 recent patterns.
----
+
+
+
-## The Presets
+
+ ✨The Presets
### Glider
@@ -257,11 +269,12 @@ The Pentadecathlon is a period-15 oscillator that was found in 1970 by John Conw
-
### More Configurations
Explore more patterns at [ConwayLife Patterns](https://conwaylife.com/wiki/Category:Patterns).
+
+
---
## Feedback
- 💬 Now the page supports user feedback. Which redirects you to a Feedback.html page.
@@ -293,6 +306,28 @@ Explore more patterns at [ConwayLife Patterns](https://conwaylife.com/wiki/Categ
+