body,p {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container {
    height: 100vh;
    /*position: relative;*/
    width: 100%;
}
#bg-video {
    z-index: -1;
    position: absolute;
    width: 100%;
    /*opacity: 0.6;*/
    height: 100%;
    object-fit: fill;
    top: 0;
}

div.header {
    a {
        color: #FFFFFF;
    }
}

