@font-face {
  font-family: "D-DIN-Bold";
  src : url("font/d-din.bold.ttf") format('truetype');
}
@font-face {
  font-family: "D-DIN Regular";
  src : url("font/d-din.regular.ttf") format('truetype'); 
  }
  
  
label {
  color: #5c372a;
  font-weight: bold;
  font-family : "D-DIN-Bold";
  font-size : 1.5em;
}

.regular {
	
	font-family: "D-DIN Regular";
	font-size : 1.5em; 
	font-weight: normal;
	
}

.blue {color:#6CDBC4;}

.preview {width: 24rem;}
.enigmef {width: 4rem;}


select {
  color: #e6006d;
  font-weight: bold;
  font-family : "D-DIN-Bold";
  font-size : 1.2em; 
}

#price {
  color: #e6006d;
  font-weight: bold;
  font-family : "D-DIN-Bold";
  font-size : 1.2em; 
}

.pink {
  color: #e6006d;
  font-weight: bold;
  font-family : "D-DIN-Bold";
  font-size : 1.2em;
}

.green {
  color: #32CD32;
  font-weight: bold;
  font-family : "D-DIN-Bold";
  font-size : 1.2em;
}

h2.pink {font-size : 2em;}

table {
  color: #5c372a;
  font-weight: bold;
  font-family : "D-DIN-Bold";
  font-size : 1.2em;
}


option {
  font-family : "D-DIN-Bold";
  font-size : 1.2em;  
}

.btn-fs {
	font-size : 1.2em;  
	font-family :"D-DIN-Bold";
	
}

.container {

  border-width:2px;
  border-color:#5c372a;
  border-style: dotted;
  border-radius: 30px;

}

.enigme {margin-top:5rem; margin-bottom:2rem; text-align:center;}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  font-family: 'D-DIN-Bold';
  font-size: x-large;
}
