diff --git a/style.css b/style.css
deleted file mode 100644
index f50e6610608af8b32e932ac9a3cdd1542dce3fe5..0000000000000000000000000000000000000000
--- a/style.css
+++ /dev/null
@@ -1,30 +0,0 @@
-* {
-    background-color: black;
-    color: white;
-}
-
-.zentriert {
-    text-align: center;
-}
-
-.Bild {
-    width: 25%;
-    /*height: 5%;*/
-}
-
-/*  */
-.container {
-    display: flex;
-    flex-direction: row;
-    flex-wrap: nowrap;
-}
-
-.item1 {
-    align-self: auto;
-    order: 1;
-}
-
-.item2 {
-    align-self: auto;
-    order: 2;
-}
\ No newline at end of file