h1 {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 700;
	font-size: 50pt;
	margin: auto;
	padding-top: 25px;
	text-align: center;
	
}
body {
	background-color: rgb(250,202,35);
}
a:link {
	text-decoration: none;
	color: black;
}
a:visited {
	text-decoration: none;
	color: black;
}
a:hover {
	text-decoration: underline;
	color: black;
}
a:active {
	text-decoration: none;
	color: black;
}
.logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	margin-top:25px;
	height: auto;
	width: auto;
	max-width: 450px;
}
.mail {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	margin-top:25px;
	text-align: center;
	color: black;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 700;
	font-size: 20pt;
}
/* Style buttons */
.btn {
  background-color: black;
  border: none;
  color: white;
  padding: 12px 20px;
  cursor: pointer;
  font-size: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  border-radius: 8px;

}

