diff --git a/streams/43styles.css b/streams/43styles.css
deleted file mode 100644
index 8c3bb86..0000000
--- a/streams/43styles.css
+++ /dev/null
@@ -1,33 +0,0 @@
-body, html {
- font-family: 'Segoe UI', 'Tahoma', 'Geneva', 'Verdana', sans-serif;
- margin: 0;
- padding: 0;
- height: 100%;
- background-color: black;
- font-size: 16px; /* Establish a base font size */
-}
-
-.container {
- width: 100%;
- height: 100%;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
-}
-
-.video-container, .image-container {
- width: 100%;
- display: flex;
- justify-content: center;
- align-items: center;
- width: calc(90vh * 4 / 3);
- max-width: 100vw;
- overflow: hidden; /* Ensure no overflow occurs */
-}
-
-.video-container video, .image-container img {
- width: 100%;
- height: 100%;
- object-fit: contain; /* Ensure the image/video covers the container without stretching */
-}
diff --git a/streams/airbenz/index.html b/streams/airbenz/index.html
deleted file mode 100644
index b62ca3b..0000000
--- a/streams/airbenz/index.html
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
-
-Airbenz TV
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/streams/jimbo/index.html b/streams/jimbo/index.html
deleted file mode 100644
index c8e6134..0000000
--- a/streams/jimbo/index.html
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
-
-Bloxeleste Gaming
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/streams/styles.css b/streams/styles.css
deleted file mode 100644
index b3e987b..0000000
--- a/streams/styles.css
+++ /dev/null
@@ -1,33 +0,0 @@
-body, html {
- font-family: 'Segoe UI', 'Tahoma', 'Geneva', 'Verdana', sans-serif;
- margin: 0;
- padding: 0;
- height: 100%;
- background-color: black;
- font-size: 16px; /* Establish a base font size */
-}
-
-.container {
- width: 100%;
- height: 100%;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
-}
-
-.video-container, .image-container {
- width: 100%;
- display: flex;
- justify-content: center;
- align-items: center;
- width: calc(90vh * 16 / 9);
- max-width: 100vw;
- overflow: hidden; /* Ensure no overflow occurs */
-}
-
-.video-container video, .image-container img {
- width: 100%;
- height: 100%;
- object-fit: contain; /* Ensure the image/video covers the container without stretching */
-}