body {
	background-color: black;
	font-family: 'VT323', monospace;
	color: #FFA300;
	margin-top: 50px;
}

canvas {
	top: 0;
	position: absolute;
	z-index: -1;
	overflow: hidden;
}

h1 {
	margin: 0;
	font-size: 3.5em;
}

a {
	color: #FFA300;
}

a:hover, .link:hover {
	color: #29ADFF;
}

.box {
	background-color: #1D2B53;
	color: #C2C3C7;
	padding: 32px;
}

.box-img {
	border: 32px #1D2B53 solid;
}

.link {
	color: #FFEC27;
	font-size: 1.5em;
}

@keyframes pulse {

}