.Phone {
	font-size: 19px;
	color:#FFF;
	font-family:"Arial Black", Gadget, sans-serif;
	
}


a.my-button{
 background: linear-gradient(to right,#d70909 ,#c30d0d);
 background-color: #d70909;
 color: #fff;
 font-family: Trebuchet MS;
 font-size: 17px;
 font-weight: 400;
 font-style: normal;
 text-decoration: none;
 padding: 14px 15px;
 border: 0px solid #000;
 border-radius: 10px;
 display: inline-block;
}
a.my-button:hover{
 background: linear-gradient(to right,#db5151 ,#ca5252);
 background-color: #db5151;
}
a.my-button:active{
 transform: scale(0.95);

}
