body {
    background: #000000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    overflow-y: hidden;
    overflow-x: hidden;
}

video {
    background-position: center;
    object-position: center;
    position: fixed;
    right: 0;
    left: 0;
    width: 100%;
    height: 200%;
    object-fit: cover;

}

.logoContainer {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display:flex;
    align-items: center;
    justify-content: center;
}

.logo {
    width: 250px;
    z-index: 1;
}

p {
    color: white;
    margin: 0;
    text-align: center;
    font-size: 1.2em;
    font-weight: normal;
}