
#video{
    width: 400px;
    height: 400px;
    border: 2px solid black;
    border-radius: 25px;
    background-color: rgb(145, 145, 219);
    margin-bottom: 80px;
    margin-left: 0;
}
#start-camera{
    background-color: rgb(159, 181, 190);
   
    margin-top: 500px;
    border-radius: 15px;
   
}
#start-record{
    margin-left: 150px;
   background-color: rgb(169, 169, 197);
    border-radius: 15px;
}
#stop-record{
    
    background-color: rgb(174, 174, 196);
   
    border-radius: 15px;
}#download-video{
    margin-left: 25px;
}



/* --------spotify icone---- */
.icon1{
    /* align-items: center; */
    margin-top: 150px; 
    margin-left: 350px;
    cursor: pointer;
    border: 2px solid burlywood;
    background-color: rgb(241, 213, 176);
    border-radius: 50px;
    height: 200px;
    width: 200px;

}
/* --------youtube icone---- */
.icon2{
    /* align-items: center; */
    margin-top: 150px; 
    margin-left: 350px;
    cursor: pointer;
    border: 2px solid burlywood;
    background-color: rgb(241, 213, 176);
    border-radius: 50px;
}

.music-dec{
    font-size: 33px;
    margin: 44px 200px;
    border: 2px solid blue;
    border-radius: 30px;
    width: 630px;
    background-color: rgb(60, 60, 189);
}
.yt-dec{
    font-size: 33px;
    margin: 44px 200px;
    border: 2px solid blue;
    border-radius: 30px;
    width: 700px;
    background-color: rgb(60, 60, 189);
}


