/*body{
    background-color: #020002;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}*/

#messages p:nth-child(odd){
    background-color: #7B86EA;
    text-align: end;
}

#messages p:nth-child(even){
    background-color:#C23C91;
}

p{
    text-align: center;
    margin: 5px;
    padding: 20px;
    border-radius: 5px;
}

audio{
    display: none;
}

#envoyer{
    width: 10%;
    height: 3%;
    background-color: #7B86EA;
    border: 0px;
    border-radius: 5px;
    color:white;
}

#envoyer:hover{
    cursor: pointer;
}

#pseudo,#message{
    width: 44%;
    height: 3%;
    border: 1px solid gray;
    border-radius: 5px;
}

.logo_avengers {
    filter: invert(48%) sepia(7%) saturate(2476%) grayscale(1) brightness(118%) contrast(119%);
    margin-left: auto;
    display: block;
    margin-right: auto;
    margin-top: 10%;
}
.col-xl-12-col-md-8{
    background-color: white;
}