



.camera-container {
    position: relative;
    width: 100%;
    height: 300px;
    margin-top: 20px;
    background-color: #000;
}

video {
    width: 100%;
    height: 100%;
}

#photoPreview {
    margin-top: 20px;
    border: 1px solid #ccc;
}
