diff --git a/readme.md b/readme.md
index b55608052..a00780e34 100644
--- a/readme.md
+++ b/readme.md
@@ -1,6 +1,7 @@
# Stopwatch task
Create a working stopwatch with minute and second hands using **only CSS animations**.
+
- Use the reference image below to create a stopwatch:
- place it in the center of the page (vertically and horizontally)
- stopwatch must have a size of `80vmin` x `80vmin`
@@ -14,6 +15,7 @@ Create a working stopwatch with minute and second hands using **only CSS animati
- For minutes hand use steps animation with 60 steps. It should take the `60min` for the minutes hand to make a full circle.
In addition to the basic functionality create a BEM modifier called `speed-up` for your stopwatch block:
+
- it will take only `10s` for the seconds hand to make a full circle (change animation duration)
- it will take only `10min` for the minutes hand to make a full circle (change animation duration)
@@ -23,7 +25,7 @@ In addition to the basic functionality create a BEM modifier called `speed-up` f
> Here are the [Layout Tasks Instructions](https://mate-academy.github.io/layout_task-guideline)
-*Important note*: In this task, you are allowed to link `*.scss` files directly in HTML `` tags using `href` attribute.
+_Important note_: In this task, you are allowed to link `*.scss` files directly in HTML `` tags using `href` attribute.
This is possible because [we use the Parcel library](https://en.parceljs.org/scss.html) to bundle your solution's source code.

@@ -32,7 +34,8 @@ This is possible because [we use the Parcel library](https://en.parceljs.org/scs
## Checklist
❗️ Replace `` with your GitHub username and copy the links to the `Pull Request` description:
-- [DEMO LINK](https://.github.io/layout_stop-watch/)
+
+- [DEMO LINK](https://akyval.github.io/layout_stop-watch/)
❗️ Copy this `Checklist` to the `Pull Request` description after links, and put `- [x]` before each point after you checked it.
diff --git a/src/index.html b/src/index.html
index 272a19648..dbb7297c0 100644
--- a/src/index.html
+++ b/src/index.html
@@ -13,10 +13,16 @@
Stop watch
-