.post-container{
    color: black;
    background: rgba(19, 19, 19, 0.5);
    border: 2px solid transparent;
}
.post-container *{
    color: rgb(200, 200, 200);
}
.user-container{
    color: whitesmoke;
    background: rgba(24, 26, 27, 0.8);
    border: 2px solid whitesmoke;
}
.user-container img{
    border: 2px solid black;
}
.user-container h3, .user-container h4{
    color: whitesmoke;
}
.search-bar{
    color: rgb(200, 200, 200);
    
}
.send-button{
    background-color: orange;
    border: 2px solid orange;
}
.send-button:hover{
    color: white;
    background-color: rgb(194, 126, 0);
    border: 2px solid rgb(0, 0, 0);
}

.search-bar select,input{
    background-color: rgba(24, 26, 27, 1);
    color: whitesmoke;
    border: 2px solid rgb(0, 0, 0);
}
.search-bar select:focus,input:focus{
    border: 2px solid rgb(180, 180, 180);
    
}
.icon-tabler-arrow-big-top:hover{
    stroke: rgb(74, 159, 74);
}
.icon-tabler-arrow-big-down:hover{
    stroke: rgb(159, 67, 67);
}
.versiones p{
    background-color: rgb(95, 105, 198);
}

.icon-tabler-star:active{
    fill: goldenrod;
}
.user_profile{
    color: whitesmoke;
}
.user_profile:hover{
    background-color: rgb(202, 202, 202);
}
.post-container:hover{
    background: rgba(19, 19, 19, .75);
    border: 2px solid transparent;
    
}
.icon-tabler-file-download:hover{
    stroke:rgb(129, 69, 0);
}
.tags p{
    background-color: rgb(204, 81, 110);
}
.post-title h2:hover{
    color: rgb(165, 165, 165);
}
.arrows svg{
    stroke: whitesmoke;
}
.star-filled{
    fill: goldenrod;
}
.icon-tabler-download{
    stroke: whitesmoke;
}
.buttons button{
    color: white;
  }
.buttons p{
    color: whitesmoke;
  }