body {
    background-color: #111;
    color: white;
    font-family: Arial, sans-serif;
    text-align: center;
    margin-top: 100px;
}

#meinVideo {
    width: 90%;
    max-width: 900px;
    margin-top: 30px;
    display: none; /* Video zuerst verstecken */
}

button {
    padding: 30px 50px;
    font-size: 40px;
    cursor: pointer;
}
