diff --git a/index.html b/index.html
index 7ad167b..40a3ec2 100644
--- a/index.html
+++ b/index.html
@@ -34,15 +34,59 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
-
+
-
-
-
Conversion
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -207,7 +208,7 @@
-
+
-
-
-
Conversion
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/style.css b/style.css
index bf019ca..21bbffa 100644
--- a/style.css
+++ b/style.css
@@ -707,10 +707,6 @@ video {
width: 4rem;
}
-.w-2\/3 {
- width: 66.666667%;
-}
-
.w-20 {
width: 5rem;
}
@@ -793,6 +789,10 @@ video {
align-items: flex-start;
}
+.items-end {
+ align-items: flex-end;
+}
+
.items-center {
align-items: center;
}