body {
    margin: 0px;
    background-color: #000000;
}

@font-face {
    font-family: 'MoonWalk';
    src:    url('../fonts/MoonWalk.otf') format('opentype'),
            url('../fonts/MoonWalk.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.bodyCenter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bodyFullScreen {
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000;
    display: flex;
    flex: 1;
    flex-direction: column;
}

h1, h2 {
    color: white;
    font-family: "MoonWalk", "Open Sans";
    display: inline;
}

h2 {
    color: white;
    font-family: "Open Sans";
    margin-top: -10px;
    font-size: 14px;
}

.videoContainer {
}

.cgu {
    color: white;
    text-align: center;
    font-family: "Open Sans";
}
