html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

#openBtn{
position: absolute;
top: 10px;
/* transform: translateX(-75%); */
transform: translateX(100%,-20px);
right: 20px;
}

#full-btn{
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    color: aquamarine;
    background-color: blue;
}

img{
height: 15vh;
width: 15vh;
margin-right: 20px;
}

.res_cont{
    position: absolute;
    bottom: 20px;
    left: 50%;
    
    transform: translateX(-50%);
    background-color: white;
    border-radius: 15px;
    height: 17vh;
    width: 20vw;
    padding: 20px;
}

.output{
    display: flex;
    justify-content: center;
    align-items: center;
}
.output > p{
    font-size:xx-large;
}



video{
    object-fit: contain;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.canvas-cont {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


sl-progress-bar {
    position: absolute;
    top: 10px;
    left: 25%;
    width: 90%;
    max-width: 400px;
}

