.box {
    height: 600px;
    width: 300px;
    background-color: aqua;
    border: 10px solid rgb(255, 60, 158);
    border-radius: 70px;
    /* background-image: url(../img/giphy.gif) !important; */
    background-image: url(../img/back.jpg);
    background-repeat: no-repeat;
    background-size: cover;

}

.camera {
    height: 20px;
    width: 100px;
    background-color: black;
    border: 1px solid;
    border-radius: 50px;

}

.img-artist {
    height: 200px;
    width: 200px;
    border: 2px solid;
    border-radius: 20px;
    /* background: url('/img/arjit.avif'); */
    background-size: cover;
}

.custom-progress {
    height: 6px !important;
    width: 250px !important;
    border-radius: 30px !important;

}

.container-fluid {
    /* background-image: url(../img/giphy.gif) !important; */
    background-repeat: no-repeat;
    background: #00D4FF !important;
    background: #210024;
    background: radial-gradient(circle, rgb(2, 0, 36) 32%, rgba(9, 9, 121, 1) 49%, rgba(0, 212, 255, 1) 84%) !important;
    background-size: cover;
}