html {
    font-family: sans-serif;
    font-size: .9em;
}

body {
    background: url('/pkmspublic/logo.png') 20px 15px no-repeat #003375;   
    padding: 155px 0 0 0;
    min-height: calc(100vh - 155px);
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-end;
}

.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    background: white;
    text-align: center;
    border-top: 8px solid #00b0f0;
    padding: 30px;
}

.h2 {
    font-size: 1em;
    font-weight: normal;
}
