.container {
    height: 100vh;
    width: 100vw;
}

video {
    width: 100%;
}

body {
    font-family: 'Madimi One', sans-serif;
}

:root {
    --plyr-font-family: 'Madimi One', sans-serif;
    --plyr-color-main: #1EFA1E;
}
