/* Regular */
@font-face {
    font-family: 'LeagueGothic';
    src: url('leaguegothic-italic-webfont.eot');
    src: url('leaguegothic-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('leaguegothic-italic-webfont.woff') format('woff'),
         url('leaguegothic-italic-webfont.ttf') format('truetype'),
         url('leaguegothic-italic-webfont.svg#league_gothic_italicregular') format('svg');
    font-weight: normal;
    font-style: italic;

}


body {
	background-color: ;
	text-align: center;
    color: red;
    font-family: '90px LeagueGothic';

}

#outer {
    display: table;
    width: 100%;
    height: 100%;
}

#inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-left: 100px;
    padding-right: 100px;
    text-decoration: none;
    font: 50px 'LeagueGothicRegular';
    color: red;
}

#innerd {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
    text-decoration: none;
    font: 50px 'LeagueGothicRegular';
    color: red;
}


#browser-info {
    margin-top: 4px;
}

.your-browser {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
}

