diff --git a/index.html b/index.html
index ccfa5f3..fa29e40 100644
--- a/index.html
+++ b/index.html
@@ -47,12 +47,8 @@
Everyone?
-
+
💖 Our sponsors, who will make this event possible 💖
-
diff --git a/styles/tailwind.css b/styles/tailwind.css
index 91f8f67..ed0aea6 100644
--- a/styles/tailwind.css
+++ b/styles/tailwind.css
@@ -652,10 +652,6 @@ video {
height: 180vh;
}
-.h-\[200px\] {
- height: 200px;
-}
-
.min-h-\[400px\] {
min-height: 400px;
}
@@ -664,10 +660,6 @@ video {
width: 160vw;
}
-.w-\[200px\] {
- width: 200px;
-}
-
.max-w-\[700px\] {
max-width: 700px;
}
@@ -716,11 +708,6 @@ video {
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
-.bg-\[\#888\] {
- --tw-bg-opacity: 1;
- background-color: rgb(136 136 136 / var(--tw-bg-opacity));
-}
-
.p-6 {
padding: 1.5rem;
}