* {
	color: #514f54;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 80px;
	text-align: center;
}
h2 {
	font-size: 35px;
	text-align: center;
}

p {
	font-size: 20px;
	text-align: center;
}

a {
	font-weight: bold;
	padding: 8px 12px;
	text-decoration: none;
	border: 4px solid #ccc;
	display: table;
	margin: 0 auto;
	transition: all 0.1s;
}
a:hover {
	background: #eee;
	border: 4px solid #aaa;
}
a:active {
	transform: scale(0.98) translateY(1px);
	transition: all 0.02s;
}
img {
	max-width: 90%;
}
