#contenedor{
    width: 50%;
}
h1{
    text-align: center;
}
#nombreCat{
    width: 60%;
}
button #agregar{
    margin-left: 50%;
}
#titulo{
    background-color: rgb(65, 65, 65);
    color: #fff;
    border-radius: 12px;
    
}