.profile{
    background-color: rgba(20, 20, 20);
    
    
    
}
.titulo2{
    color: whitesmoke;
}
.user_profile{
    border: 4px solid white;
}
.versions a{
    background-color: rgb(95, 105, 198);
    color: whitesmoke;
}
.tags a{
    background-color:rgb(204, 81, 110);   
    color: whitesmoke;
}
.star-filled{
    fill: goldenrod;
}
.versions p, .info p,.info h2,.post-container h3,.profile h1, .main-profile-container h2 {
    color: whitesmoke!important;
}
.editar-boton{
    background-color: white;
}
.subscribe_button{
    background-color: chocolate;
    stroke: black;
}
.subscribe_button:hover{
    background-color: rgb(169, 83, 23);
    box-shadow: -4px 4px rgb(91, 45, 12);
   
}
.post-container{
    background-color: rgba(20, 20, 20, .5);
    border: 2px solid transparent;
}
.post-container:hover{
    background-color:rgba(24, 26, 27, 1);
    border: 2px solid whitesmoke;
}
.edit{
    color: red;
}

.post-container svg{
    stroke: whitesmoke;
}
.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: whitesmoke;
}
.description a{
    color: chocolate;
}
.description iframe{
    aspect-ratio: 16/9;
}
.main-profile-container h1, .main-profile-container h2{
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.5));
}

.follow_details{
     h3{
        color: white;
        font-size: 24px;
    }
    a{
        color: chocolate;
        font-size: 28px;
    }

}

.icon-tabler-cerified{
    fill:orange
}