html {
	height: 100%;
}
body {
	font-family: Arial, sans-serif;
	background-color: #ffd8d3;
	font-size: 16px;
	color: #000000;
	-webkit-font-smoothing: antialiased;
	overflow-y: scroll;
	overflow-x: hidden;
	
}
.button {
	color: #ffffff;
	background-color: #ff730d;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 50px;
	cursor: pointer;
	border: 0;
}
.email {
	padding: 5px 10px;
	width: 20em;
}

a:link {
  color: #a04c40;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #a04c40;
  background-color: transparent;
  text-decoration: none;
}