    html {
        scroll-behavior: smooth;
    }
    
    body {
        margin: 0;
        padding: 0px;
        color: white !important;
        font-family: "Roboto", sans-serif;
        overflow: hidden;
    }
    
    body h1,
    h2,
    h3.h4,
    h5,
    p {
        color: white !important;
    }
    
    .vid-bg {
        width: 100%;
    }
    
    .banner-data {
        padding: 5px;
        border-radius: 5px;
        background: #79a367;
    }
    
    .banner-data a {
        color: #021f0a;
        font-weight: bold;
        font-size: 25px;
    }
    
    .banner-text p {
        font-size: 20px;
        width: 89%;
        margin: auto;
    }
    
    .overlay {
        position: fixed;
        width: 70%;
        top: 40px;
        left: 200px;
        opacity: .8;
        z-index: 1;
    }
    
    #logo-travel {
        margin-top: 25px
    }