diff --git a/registry/examples/kinetic-type/compositions/main-graphics.html b/registry/examples/kinetic-type/compositions/main-graphics.html
index 6b1fd466c2..b2a7fc7b96 100644
--- a/registry/examples/kinetic-type/compositions/main-graphics.html
+++ b/registry/examples/kinetic-type/compositions/main-graphics.html
@@ -5,20 +5,12 @@
data-height="1080"
data-duration="14.72"
>
-
-
+
[data-composition-id="main-graphics"] {
- background: black;
+ background: transparent;
font-family: "Inter", sans-serif;
color: white;
overflow: hidden;
@@ -401,7 +393,6 @@
left: 10%;
font-size: 140px;
font-weight: 900;
- transform: translateY(200px);
z-index: 2;
}
.carson-line-1 .red-dot {
@@ -448,10 +439,9 @@
overflow: hidden;
}
.wes-text-top {
- font-family: "Libre Baskerville", serif;
+ font-family: "Playfair Display", serif;
font-size: 44px;
font-style: italic;
- transform: translateY(-100px);
}
.wes-rule {
width: 0;
@@ -460,9 +450,8 @@
margin: 20px auto;
}
.wes-text-bottom {
- font-family: "Libre Baskerville", serif;
+ font-family: "Playfair Display", serif;
font-size: 44px;
- transform: translateY(100px);
}
/* Scene 6: Vignelli Style */
@@ -495,14 +484,11 @@