@font-face {
	font-family: "Allerta Stencil";
	src: url("AllertaStencil-Regular.ttf") format("truetype");
}

html {
	background-color: #0d0d0d;
	color: white;
	font-family: "Allerta Stencil";
}

.button {
	background-color: #555;
	padding: 10px;
	border-radius: 8px;
	text-decoration: none;
	color: white;
	font-size: large;
	margin: 0px 20px;
}

footer {
	font-size: small;
	margin-top: 40px;
	p {
		margin: 0;
	}
}
