

html {
    height: 100%;
}

body {
    background: #112233;
    height: 100%;
}

app {
    /* Internet Explorer 10 */
    display:-ms-flexbox;
    -ms-flex-pack:center;
    -ms-flex-align:center;
    /* Firefox */
    display:-moz-box;
    -moz-box-pack:center;
    -moz-box-align:center;
    /* Safari, Opera, and Chrome */
    display:-webkit-box;
    -webkit-box-pack:center;
    -webkit-box-align:center;
    /* W3C */
    display:box;
    box-pack:center;
    box-align:center;

    height: 100%;

}


.introduction {
    font-family: Roboto,Arial;
    color: #dd3311;
    font-size: 48pt;
    text-align: left;
}

.bdriano {
    font-family: Arial;
    color: #dd3311;
    font-size: 96pt;
    text-align: center;
    margin-left: 40px;
}