diff --git a/index.html b/index.html
index 621d840..c680402 100644
--- a/index.html
+++ b/index.html
@@ -416,6 +416,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
}
+
.page-title {
font-size: 3rem; /* Dies macht den Titel sehr groß */
font-weight: bold;
@@ -456,31 +457,25 @@ header {
.button:hover {
background-color: #45a049;
}
-
#webcam-player {
max-width: 100%;
height: auto;
max-height: 70vh; /* Begrenzt die Höhe auf 70% der Bildschirmhöhe */
display: block;
- margin: 0 auto;
+ margin: 702px auto 0; /* Fügt einen oberen Abstand von 20px hinzu */
}
.video-container {
- position: relative;
- padding-bottom: 56.25%; /* 16:9 Seitenverhältnis */
- height: 0;
- overflow: hidden;
+ margin-top: 20px; /* Fügt einen oberen Abstand von 20px hinzu */
}
.video-container #webcam-player {
- position: absolute;
- top: 0;
- left: 0;
width: 100%;
height: 100%;
}
+
.delete-btn {
background-color: #ff4136;
color: white;
@@ -996,18 +991,223 @@ footer {
}
/* Rest des CSS bleibt unverändert */
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
+
+
@@ -1058,41 +1258,46 @@ footer {