.den {
  font-weight: bold;
  font-size: 1.1em;
  color:black;
  text-decoration: none;
  
  }
  
 .pza {
  width: 500px;
 }

 .cell {
  background: #ffaf3f;
 }
 
 .ing {
  background: #ffef9f;
  font-size: 0.7em;
  padding: 0.5em;
 }

 .pret {
  background: #ffbf4f;
  font-weight: bold;
  
 }
 
 .titlu {
  xtext-align: center;
  font-size: 1em;
  text-decoration: none;
  width: 600px;
 }
 
 body {
  font-family: arial;
  background: orange;
 }
