.raz {
  width: 280px;
  padding: 0.2em;
  font: georgia;  
  font-size: 20px;
  font-weight: 100;
  font-style: italic;
  text-align: center;
  background: rgba(255,245,215,.7); /* перевести HEX в RGB */
}

.raz_one {
  width: 800px;
  padding: 0.2em;
  font: georgia;  
  font-size: 20px;
  font-weight: 100;
  font-style: bold;
  text-align: left;
  background: rgba(255,245,215,.7); /* перевести HEX в RGB */
}  

.raz_actual {
  width: 100px;
  height: 20px;
  padding: 0.2em;
  color: white;  
  font: georgia;  
  font-size: 14px;
  font-weight: 100;
  font-style: italic;
  font-weight: bolder;
  text-align: center;
  background: rgba(255,0,0,1); /* перевести HEX в RGB */
} 

.raz_actual p
  {
   color: white;  
  } 