body {
background-color: #f8f9fb00;
}
.card{
    background-color: #ffffff9e;
    border: 1px solid #ffffff4d;  
}
.card {
    margin-bottom: 24px;
    -webkit-box-shadow: 0 0 6px #ebeef400;
    box-shadow: 0 0 6px #ebeef41f;
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}
body {
    color: #000;
}