@import url('https://fonts.googleapis.com/css?family=Rajdhani');
h1 {
	color: white;
	font-size: 80px;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 300;
}

a:active {
	position: relative;
	top: 4px;
	box-shadow: 0px 4px 0px black;
}

.pressed {
	position: relative;
	top: 4px;
	box-shadow: 0px 4px 0px black;
}

a {
	text-decoration: none;
	color: white;
	font-size: 45px;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 300;
	box-shadow: 0px 10px 0px black;
	float: inherit;
	margin: 10px 10px 10px 10px;
}
.cp {
	position: fixed;
	bottom: 8px;
	text-align: center;
	width: 100%;
	color: white;
	font-size: 15px;
	font-family: 'Rajdhani', sans-serif;
}
/* ©Javi */
