#background-video {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    }
    
    h1, h2, #btnVideo{
    
    color: rgb(255, 0, 0);
    
    font-family: Trebuchet MS;
    
    font-weight: bold;
    
    text-align: center;
    
    }
    
    h1 {
    font-size: 6rem;
    margin-top: 30vh;
    }
    
    h2 { font-size: 3rem; }
    
    #btnVideo{
    font-size: 1.5rem;
    background: 0;
    border: 0;
    margin-left: 50%;
    transform: translateX(-50%);
    }
    body{color:white}