@font-face {
	font-family: 'VT323';
	src: url('VT323-Regular.ttf');
}
@font-face {
	font-family: 'Press Start 2P';
	src: url('PressStart2P.ttf');
}
a:link, a:visited, a:active {
	color: white;
	text-decoration: none;
}
a:hover {
	color: yellow;
	text-decoration: none;
	font-weight: bold;
}
footer {
	padding-top: 4px;
	text-align: center;
	font-family: 'Press Start 2P';
	font-size: 50px;
}
body {
	color: white;
	background-color: black;
	font-family: 'VT323';
	font-size: 32px;
}
.dialogue {
	height: 175px;
	width: 1254px;
	background-image: url("../ui/dialogue.png");
	background-repeat: no-repeat;
	background-position: 2px;
	padding-left: 20px;
	padding-top: 15px;
}
.wind {
		color: lightblue;
}
.ice {
		color: cyan;
}
.rock {
		color: gray;
}
.fire {
		color: orangered;
}
.speed {
		color: lightyellow;
}
.time {
		color: purple
}