html, body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
}

#myVideo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content {
    position: relative;
    z-index: 1;
    color: #CB982B;
    line-height: 1.5;
    text-align: center;
}

.brandHeader {
    font-family: "Roboto Black";
    font-size: 5vw;
}

.underConstruction {
    font-family: "Roboto Black";
    font-size: 5vw;
}
