@font-face {
    font-family: 'Stencil';
    src: url('../fonts/Capture_it.ttf');
}

body {
    margin: 0;
    background-color: #000
}

#myBtn {
    display: flex; 
    justify-content: center;
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
}

#myBtn:hover {
    background: #ddd;
    color: black;
}

.video-responsive {
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
}

.canvas,
.video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: #000;
    z-index: 5;
}

#over_video{
    padding: 20px;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0;
    z-index: 10;
    font-size: 3vw;
    color: #f1f1f1;
    font-family: Stencil;
    margin-top: 20%;
    background: rgba(0, 0, 0, 0.5);
}
