@font-face {
    font-family: 'pixelFont';
    src: url('../src/fonts/slkscr-webfont.eot');
    src: url('../src/fonts/slkscr-webfont.eot?#iefix') format('embedded-opentype'),
         url('../src/fonts/slkscr-webfont.woff2') format('woff2'),
         url('../src/fonts/slkscr-webfont.woff') format('woff'),
         url('../src/fonts/slkscr-webfont.ttf') format('truetype'),
         url('../src/fonts/slkscr-webfont.svg#silkscreennormal') format('svg');
    font-weight: normal;
    font-style: normal;

}

body, html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: 'pixelFont';
}

.textContent {
	position: absolute;
}

.textContent .title {
	font-size: 200px;
	width: 800px;
	height: 360px;
	text-align: center;
}

.controls {
	position: absolute;
	bottom: 10px;
	opacity: 0;
}

.textControls {
    position: absolute;
    color: white;
    bottom: 120px;
    font-size: 30px;
    width: 800px;
    opacity: 0;
    text-align: center;
}