﻿#home-body {
    background-color: black;
}

#home-title {
    top: 20vw;
    color: black;
    background-color: transparent;
    width: 100%;
    position: absolute;
    z-index: 100;
    font-weight: 900;
    font-size: 100px;
}


#home-background-video {
    width: 100%;
    z-index: -1;
}
