.profile{
    background-color: rgba(255, 255, 255, 0.871);
    border-bottom: 2px solid white;
    border-top: 2px solid white;
}
.user_profile{
    border: 4px solid white;
}
.versions a{
    background-color: rgb(129, 198, 95);
}
.tags a{
    background-color: rgb(198, 153, 95);   
}
.versions p, .info p,.info h2,.post-container h3 {
    color: black;
}
.editar-boton{
    background-color: white;
}
.star-filled{
    fill: goldenrod;
}
.subscribe_button{
    background-color: rgb(1, 148, 136);
    color: whitesmoke;
    stroke: whitesmoke!important;
}
.subscribe_button:hover{
    background-color: rgb(10, 161, 149);
    box-shadow: -4px 4px rgb(6, 93, 86);
}
.post-container{
    background-color: rgba(255, 255, 255, 0.5);
}
.post-container:hover{

    background-color:rgba(255, 255, 255, 1);
}
.edit{
    color: red;
}

.star-container svg{
    stroke: rgb(0, 0, 0);
}
.star-container svg:hover{
    stroke: rgb(255, 255, 0);

}
.star-container svg:focus{
    fill: rgb(255, 255, 0);
}
.post-container .star:hover{
    stroke: rgb(0, 0, 0);
    fill: rgba(255, 255, 255, 0.224);
    
}

.desc_container{
    color: black;
}
.description a{
    color: rgb(1, 148, 136);
}
.main-profile-container h1, .main-profile-container h2{
    filter: drop-shadow(0px 0px 6px rgba(255, 255, 255, 0.5));
}

.follow_details{
    h3{
       color: black;
       font-size: 24px;
   }
   a{
       color: rgb(1, 148, 136);
       font-size: 28px;
   }

}
.icon-tabler-cerified{
    fill: rgb(1, 148, 136);
}