.button_go{
	color:white;
	background:#c31530;
	font-family:"OMEGA CT GOLD-Italic";
	border:none;
	border-radius:42px;
	font-size:1.2em;
}

.ans_btn{
	color:black;
	background:#e9e9e9;
	border-color:#c01a2c;
	border-style: 2px solid;
	font-size: 1em;
	border-radius:0px;
	font-family:"OMEGA CT GOLD-Regular";

}

.input_text{
	font-family:"OMEGA CT GOLD-Regular";
	background:white;
	font-size:1.2em;
	border-radius:10px;
	padding-left:4px;

}

