@font-face {
    font-family: 'doomregular';
    src: url('font/doom.eot');
    src: url('font/doom.eot?#iefix') format('embedded-opentype'),
         url('font/doom.woff') format('woff'),
         url('font/doom.ttf') format('truetype'),
         url('font/doom.svg#doomregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body{margin:0;padding:0;height:100%;}
#secretPassage.h,#congrats.h,menu.h,.h{display:none;}
menu a,
ul li a{outline:0;}

::-moz-selection{background:#000;color:#fff;}
::selection {background:#000;color:#fff;}

input[type=number]{
	-moz-appearance:textfield;
	-webkit-appearance: none;
}

kbd, body{font-family:"doomregular",Arial, regular;}