@font-face {
    font-family: 'breuer_condensedbold';
    src: url('fonts/typetrust_-_breuercondensed-bold-webfont.woff2') format('woff2'),
        url('fonts/typetrust_-_breuercondensed-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'breuer_condensedmedium';
    src: url('fonts/typetrust_-_breuercondensed-medium-webfont.woff2') format('woff2'),
        url('fonts/typetrust_-_breuercondensed-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'breuer_condensedregular';
    src: url('fonts/typetrust_-_breuercondensed-regular-webfont.woff2') format('woff2'),
        url('fonts/typetrust_-_breuercondensed-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'extenda20_micro';
    src: url('fonts/extenda-20-micro-webfont.woff2') format('woff2'),
         url('fonts/extenda-20-micro-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    background-color: #111111;
    color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

#currentScoreContainer {
    display: block;
    height: 100vh;
    width: 100%;
}

#currentScore {
    font-family: breuer_condensedmedium, breuer_condensedregular,  breuer_condensedbold;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 40vh;
    margin-top: -10px;
    line-height: 100vh;
}

#currentScore > span {
    display: inline-block;
    width: 0.5em;           
    text-align: center; 

  }

#controls {
    position: fixed;
    bottom: 100px;
    left: 100px;
}