@tailwind base;
@tailwind components;
@tailwind utilities;

.bg-dark {
    background-color: #000;
}

.expandable-div {
    min-height: 93.7vh;
}
.camera-div{
    height: 100vh;
    width: 100vw;
    position: fixed;
    filter: brightness(50%);
}
.camera-circle{
    width: 200px;
    height: 300px;
    border: 1px solid gray;
    border-radius: 50%;
    z-index: 999;
    object-fit: cover;
}
.guest_image{
    height:100px;
    width: 100px;
    object-fit: cover;
}

.brightness_50{
    background-color: #0000008e;
    background-blend-mode: color-dodge;
    height: 100vh;
}

