body{
    background-color: #333;
    background-attachment: fixed;
    background-size: cover;

}

.video-background{
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -15;
}
h1{
    position: absolute;
    color: white;
    letter-spacing: 3px;
    bottom: 1%;;
    left: 5%;
    font-size: 36px;
   text-align: left;
}
span{
    color: white;
    font-size: 16px;
}