body {
	font-family: Courier, monospace;
	overflow-x: hidden;
}

hr {
	border: 0;
	border-top: 1px solid var(--color);
}

header, main, footer {
	z-index: 1;
}

canvas {
	position: absolute;
	max-width: 100%;
	left: 50%;
	top: 0%;
	transform: translate(-50%, 20%);
	z-index: -1;
}

a {
    color: var(--color);
    text-decoration: none;
}

a:hover {
	color: var(--background);
	background: var(--color);
}
