body {
    background: #0f0f0f;
    color: #e0e0e0;
    font-family: Arial, sans-serif;
    margin: 40px;
}

h1 {
    text-align: center;
    margin-bottom: 20px;
}

/* Video zentriert + 90% Breite */
.video-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.video-box {
    width: 90%;
    border: 2px solid #333;
    border-radius: 8px;
    margin-bottom: 20px;
}

.saved-text {
    padding: 15px;
    background: #1a1a1a;
    border: 1px solid #444;
    border-radius: 5px;
    white-space: pre-wrap;
}
