body {
    margin: 0;
    font-family: 'Arial', sans-serif;
}

#background-video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 50%; 
    min-height: 500%;
    width: auto;
    height: auto;
    z-index: -1;
}