*{
    margin: 0;
    padding: 0;
}

.frame_camera{
    position: absolute;
    top: 1530px;
    left: 100px;
    width: 480px;
    height: 360px;
    border: none;
}

.camera{
    position: absolute;
    top: 1530px;
    left: 100px;
    width: 480px;
    height: 360px;
}

.camera video{
    position: relative;
    z-index: 1000;
}
.camera__show{
    background-color: #fdf;
    border: 2px solid #43f;
    border-radius: 10px;
}

#spinner{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}

.container{
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    height: 1918px;
}

.frame_site{
    border: none;
    width: 100%;
    height: 726px;
}

.frame_camera_background{
    position: relative;
    background-color: #146ab8;
    width: 100%;
    height: 466px;
}

.frame_camera{
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #1881ea;
    border: 1px solid #1881ea;
    border-radius: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    
}

.text_camera_1{
    position: absolute;
    top: calc(100% - 55px);
    left: calc(12% + 10px);
    font-family: "Roboto",sans-serif;
    color: #fff;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 4.2rem;
}

.text_camera_2{
    position: absolute;
    top: calc(100% - 55px);
    left: calc(53% + 10px);
    font-family: "Roboto",sans-serif;
    color: #fff;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 4.2rem;
}

