html,
body {

  width: 100%;
  height: 100%;
  background: radial-gradient(circle, #005500, #003300, #002200);

}

#div_tabla {

  width: 100%;

}

.centrado {
  text-align: center;
}

#título {

  color: white;
  text-align: center;

}

#tabla_productos {

  width: 100%;
  border-radius: 12px;

}
