/* 

cursor, is broke: https://file.garden/ZmwuKS1zTw_Os9sr/pawcursor-LZOVg.cur 
 add to css file as url ()

*/

body {
  background-color: #1d1f21;
  font-family: helvetica, verdana;
  cursor: auto;
}

a:link {
  color: #e86f29;
  text-decoration: none;
}

a:unvisited {
  color: #e86f29;
}

a:hover {
  color: #fcbe2d;
}

a:active {
  color: #fcbe2d;
}

a:visited {
  color:#e86f29;
}

hr {
	color: #e86f29;
	border-style:dotted;
	border-width:1px;
}

div {
	
	align:center;

}

p {
	color: #fff;
	font-size:13px;
}


button {
	background: rgb(162,44,19);
	background: -moz-linear-gradient(0deg, rgba(162,44,19,1) 0%, rgba(198,96,20,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(162,44,19,1) 0%, rgba(198,96,20,1) 100%);
	background: linear-gradient(0deg, rgba(162,44,19,1) 0%, rgba(198,96,20,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a22c13",endColorstr="#c66014",GradientType=1);
	color: rgba(255,255,255,0.5228291145559787);
	padding: 3px;
	border-radius: 5px;
	border: none;
	font-size: 14px;
}

button:hover {
	color: rgba (255,255,255);
	background: rgb(162,44,19);
	background: -moz-linear-gradient(0deg, rgba(162,44,19,1) 0%, rgba(198,96,20,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(162,44,19,1) 0%, rgba(198,96,20,1) 100%);
	background: linear-gradient(0deg, rgba(162,44,19,1) 0%, rgba(198,96,20,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a22c13",endColorstr="#c66014",GradientType=1);
	color: rgba(255,255,255);
	padding: 3px;
	border-radius: 5px;
	border: none;
	font-size: 16px;
}


a.button {
	background: rgb(162,44,19);
	background: -moz-linear-gradient(0deg, rgba(162,44,19,1) 0%, rgba(198,96,20,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(162,44,19,1) 0%, rgba(198,96,20,1) 100%);
	background: linear-gradient(0deg, rgba(162,44,19,1) 0%, rgba(198,96,20,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a22c13",endColorstr="#c66014",GradientType=1);
	color: rgba(255,255,255,0.5228291145559787);
	padding: 3px;
	border-radius: 5px;
	border: none;
	font-size: 14px;
}

a.button:hover {
	color: rgba (255,255,255);
	background: rgb(162,44,19);
	background: -moz-linear-gradient(0deg, rgba(162,44,19,1) 0%, rgba(198,96,20,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(162,44,19,1) 0%, rgba(198,96,20,1) 100%);
	background: linear-gradient(0deg, rgba(162,44,19,1) 0%, rgba(198,96,20,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a22c13",endColorstr="#c66014",GradientType=1);
	color: rgba(255,255,255);
	padding: 3px;
	border-radius: 5px;
	border: none;
	font-size: 16px;
}

.mb {
  width: 100%;
  max-width: 500px;
  height: auto;
}