.titulo{
    color: rgb(255, 255, 255);
  }
  .banner{
    background: rgba(255, 255, 255, 0.8);
  }
  .banner p{
    color: black;
  }
  .banner h2 span{
    color: green;
  }
  .banner h2{
    color: black;
  }
  .banner h1{
    color: black;
  }
  .categories{
    background-color: whitesmoke;
    
    
  }
.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);
}
  
  .server_links a{
    background-color: rgba(255, 255, 255, 0.8);
    border: 2px solid black;
    color: black;
  }
  .categories h3{
    color: black;
  
  }
  .pagination .buttons{
    background-color:rgba(0, 0, 0, 0.34);
  }
  .buttons button{
    color: white;
  }
  .buttons p{
    color: white;
  }
  .cat-tag{
    background-color: rgba(206, 206, 206, 0.8);
  }
  .cat-tag p {
    color: black;
  }
  
  .cat-tag:hover{
    background-color: rgb(169, 234, 168);
  }
.edit_sv_button{
  background-color: rgb(232, 7, 7);
  color: white;
  }
  