body {
    background-color: black;
    color: white;
}

.centered-text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10vh;
}

.corner-image {
    position: absolute;
    top: 0;
    right: 0;
}

.instagram-logo {
    position: absolute;
    top: 10px; /* Abstand vom oberen Rand */
    left: 10px; /* Abstand vom linken Rand */
    width: 50px; /* Breite des Logos */
    height: 50px; /* Höhe des Logos */
}


.video-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

iframe {
    width: 48%;
    margin-bottom: 20px;
}

.centered-header {
    text-align: center;
    padding-top: 20px;
}
