body {
	font-family: 'Raleway', sans-serif;
  color: rgba(0,0,0,.5);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .5em;
  top: 15%;
	background: linear-gradient(to right, #00CAE6 , #EC2FEA); /* Standard syntax */
}

h1 {
  color: rgba(0,0,0,.5);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .5em;
  width: 100%;
}

h3 {
  color: rgba(0,0,0,.5);
  text-align: center;
  text-transform: none;
  letter-spacing: 0.01em;
}

#generateBtn {
	border: none;
	padding: 15px 50px;
	margin-top: 15px;
	font-size: 20px;
	cursor: pointer;
	color: rgba(255,255,255);
	text-transform: uppercase;
	background-color: #008cba;
	border-radius: 12px;
	outline: none;
	letter-spacing: .1em;
}

#generateBtn:hover {
	background-color: #8B45C8;
}

footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}
