* {
    margin: 0;
    padding: 0;
    font-family: "Alumni Sans";
    background-color: rgb(20, 20, 20);
    overflow: hidden;
}


/* Container */

    video {
    width: 30%; /* 100% der Breite des übergeordneten Elements */
    max-width: 800px; /* Maximale Breite des Videos */
    height: auto; /* Automatische Höhe, um das Seitenverhältnis beizubehalten */
    }

    .main {
        color: white;
        font-size: 20px;
        margin-top: 100px;
        text-align: center;
    }