body {
    font-family: Geist;
    
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;     /* centre verticalement */
    justify-content: center; /* centre horizontalement */
    margin: 0;
    flex-direction: column;
    background-color: #000;
}

.subtitle {
    font-size: 24px;
    font-weight: 600;
    color: white;
}

.loader {
    margin: 0;
    width: 128px;
    height: 128px;

}

video {
    scale: 140%;
    width: 100%;
    height: 100%;
    margin: 0;
}