:root {
  font-family: 'Montserrat';
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Regular.ttf') format('truetype');
    font-weight: 300; /* kann man noch verändern */
    font-style: normal;
}

.film-iframe {
    aspect-ratio: 16 / 9;
    width: 70%;
}

.film-div {
    justify-content: center;
    align-items: center;
    display: flex;
}

.i-footer {
    height: 22em;
    width: 100%;
}   