@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 100 900; /* bereik variable font */
    font-style: normal;
    font-display: swap;
}

body {
    padding: 0;
    overflow: hidden;
    width: 1920px;
    height: 1080px;
    margin: 0 auto;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-family: 'Open Sans', sans-serif;
}

video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
}

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

.play button#playBtn {
    height: 190px;
    width: 190px;
    margin-top: 10px;
    cursor: pointer;
}

div#langMenu {
    display: block;
    width: 230px;
    height: 240px;
    margin-top: 90px;
}

#langMenu button {
    width: 100%;
    margin: 12px 0 4px;
    height: 64px;
    cursor: pointer;
}