html, body {
    height: 100%;
    background-color: #fff;
}
body {
    margin: 0;
}
.flex-container {
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.row {
    width: auto;
}
.flex-item {
    padding: 5px;
    margin: 10px;
    line-height: 20px;
    font-weight: bold;
    font-size: 2em;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 14pt;
    color: #cfcfcf;
}
#logo {
    width: 150px;
    height: 150px;
}