@font-face {
	font-family: cuyabra;
	src: url(../fonts/Cuyabra.otf);
}
* {
	font-family: Cuyabra;
}
body {
	margin: 0;
	padding: 0;
}
.header {
	text-align: center;
	padding-top: 120px;
	color: #ffffff;
	text-shadow: 1px 1px 2px black, 0 0 5px gray;
}
.header h1 {
	font-size: 60px;
}
.header p {
	font-size: 20px;
}
.footer {
	width: 100%;
	height: 30px;
	bottom: 0;
	position: fixed;
	text-align: center;
	font-size: 12px;
	background: #1e74ff;
	color: #ffffff;
}