.btn_style {
  color:#ffffff;
  background-color:#dc0105;
  border-radius:10px; 
  -moz-border-radius:10px; 
  -webkit-border-radius:10px;
}
.btn_grad {
  background-image: linear-gradient(to left,  #0070a5, #2dbde8);
}
.txt_color {
	style="color: rgb(252, 196, 25);"
}