nav ul li a:hover {
    font-weight: bolder;
}

main div h1 {
    font-size: 25px;
}

main div h2 {

    font-size: 20px;
}


/* - - - - - - SERVIÇOS  - - - - - - */

#menu {
    background-color: rgb(206, 186, 241);
    margin-top: 10px;
    border-radius: 10px;
}

.card-img-top{
    padding: 15px;
}


.card{
    border-radius: 30px;
    box-shadow: rgb(161, 103, 216) 1px 1px 1px 2px;
    border-color: rgb(161, 103, 216);
    transition: all 0.3s;
}

.card:hover {
    transform: scale(1.02);
}

.card-body{
    padding: 20px;
    margin-top: -15px;
}

p {
    text-align: justify;
}

#botao:hover{
    background-color: rgb(199, 160, 236);
    border: none;
}

/* - - - - - - CONVERSAS - - - - - - */


.sidebar {
    width: 100px;
    background-color:rgb(168, 104, 228);
    border-radius: 10px;
    height: 95%;
    padding-top: 20px;
}

.sidebar ul {
    list-style: none;
    padding: 0;
    
}

.sidebar li {
    margin: 10px 0;
    margin-left: 15%;
}

.sidebar img {
    height: 50px;
    width: 50px;
    border-radius: 30px;
    transition: all 0.5s;   
}


#botao_lateral {
    margin-top: 10px;
    border-radius: 10px;
    height: 35px;
    width: 72px;
    background-color: white;
    color: black;
    transition: all 0.4s;
    margin-left: -10px;
}

.sidebar a {
    display: inline;
    color: #fff;
    text-decoration: none;
    padding: 10px;
}

.sidebar a :hover {
    transform: scale(1.15);
}

#chat {
    margin-left: 5%;
    padding-top: 5px;
    padding-bottom: 2px;
    border-radius: 10px;
    background-color:rgb(191, 141, 241);  
}

#topo {
    padding-top: 10px;
    padding-bottom: 2px;
    padding-left: 5px;
    border-radius: 10px;
    background-color: blueviolet;
}

#topo img, h2 {
    display: inline-block;
}

#topo img{
    height: 35px;
    width: 35px;
    border-radius: 20px;
    margin-right: 1%;
}

#msg {
    border-radius: 10px;
    width: 807px;
    padding-top: -3px;
    padding-bottom: -1px;

}

#enviar img{
    width: 38px;
    height: 38px;
    border-radius: 10px;
    transition: all 0.5s;   
    margin-right:auto ;
}

#enviar :hover {
    transform: scale(1.15);
}