@font-face {
	font-family: 'Glass TTY VT220"';
	src: url('assets/fonts/glass_tty_vt220.ttf');
}  

body {
  margin: 0px;
  overflow: hidden;
  font-family: "Glass TTY VT220";
}

.h1 {
	font-weight: 400;
}

#info {
    text-align: center;
    padding: 10px;
    z-index: 10;
    width: 100%;
    position: absolute;
    color:white;
}

#instructions {
	width: 100%;
	height: 100%;

	display: -webkit-box;
	display: -moz-box;
	display: box;

	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;

	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;

	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;

	color: #ffffff;
	text-align: center;

	cursor: pointer;
}