body{
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}
button.btnpartager {
    margin-bottom: 50px;
}
.title{
    top: 0;
    width: 100%;
    max-width: 100%;
    z-index: 1;
    display: block;
  
    position: absolute;
    background-color: rgb(15, 35, 58);
    color: white;
   margin: 0;
   text-align: center;
}

.entry-modal{
    border: 1px solid #444444;
    width: 300px;
    margin: auto;
    z-index: 9999;
    position: absolute;
    left: 50%;
    top: 70;
    margin-left: -150px;
    padding: 5px;
    color: #fff;
    background-color: rgb(15, 35, 58);
    text-align: center;
}

#notification{
    position: absolute;
    z-index: 1;
    text-align: center;
    color: #fff;
    margin: 0;
    top: 100px;
    font-size: 18pt;
    width: 100%;
    background-color: rgb(184, 187, 21);
}


.room-input{
  border: none;
  padding:5px;
}

button{
    margin: 3px;
    padding: 5px;
    background-color: #007bff;
    border-radius: 5%


}

#remote-video{
    top: 20%;
    
    height: 60%;
    width: 90%;
    left: 27%;
   
    position: absolute;
}

#local-video{
    top: 20%;
    width: 300;
    
    object-fit: cover;
    height: 60%;
    z-index: 1;
    left: 10%;
    right: 15;
    background-color:white;
    position: absolute;
}
.meet-controls-bar{
    bottom: 0;
    background-color: rgb(15, 35, 58);
    
    position: absolute;
    width: 100%;
    text-align: center;
}

button.btnpartager {
   
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #007bff;
    border-radius: 10%

}




