.post-container{
    color: black;
    background: rgb(255, 255, 255, 0.5);
    border: 2px solid transparent;
}
.post-container *{
    color: black;
}
.user-container{
    color: black;
    background: rgba(255, 255, 255, 0.8);
    border: 2px solid black;
}
.user-container img{
    border: 2px solid black;
}
.user-container h3, .user-container h4{
    color: black;
}
.search-bar{
    color: black;    
}
.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: white;
    border: 2px solid black;
}
.search-bar select:focus,input:focus{
    border: 2px solid black;
    
}
.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(129, 198, 95);
}
.icon-tabler-star:hover{
    fill: rgba(218, 165, 32, 0.586);
}
.icon-tabler-star:active{
    fill: goldenrod;
}
.user_profile{
    color: rgb(0, 0, 0);
}
.user_profile:hover{
    background-color: rgb(202, 202, 202);
}
.post-container:hover{
    background: rgb(255, 255, 255);
    
}
.icon-tabler-file-download:hover{
    stroke:rgb(129, 69, 0);
}
.tags p{
    background-color: rgb(204, 126, 81);
}
.post-title h2:hover{
    color: rgb(165, 165, 165);
}
.arrows svg{
 stroke: black;
}

.star-filled{
    fill: goldenrod;
}
.icon-tabler-download{
    stroke: black;
}
.buttons button{
    color: white;
  }
  .buttons p{
    color: black;
  }