html, body {
    color: #404040;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 20px;
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #eeeeee;
}

div.main {
    min-height: 10em;
    display: table-cell;
    vertical-align: middle;
}

.center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    text-align: left;
    transform: translate(-50%, -50%);
}

img.logo {
    display: block;
    margin-bottom: 2px;
}

span.subtitle {
    margin-left: 44px;
    display: block;
    color: #808080;
    font-size: 1.2em;
}

p {
    display: block;
    margin-top: 30px;
    text-align: left;
}

p.awardcertificates {
    color: #999999;
    font-size: 0.9em;
}

p.footer {
    font-size: 0.5em;
}